- Timestamp:
- 03/18/13 14:57:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r14967 r15105 2180 2180 po::options_description control("FAD control options"); 2181 2181 control.add_options() 2182 ("quiet,q", po_bool( ), "Disable printing contents of all received messages in clear text.")2182 ("quiet,q", po_bool(true), "Disable printing contents of all received messages in clear text.") 2183 2183 ("hex-out", po_bool(), "Enable printing contents of all printed messages also as hex data.") 2184 2184 ("data-out", po_bool(), "Enable printing received event data.")
Note:
See TracChangeset
for help on using the changeset viewer.