Changeset 15105 for trunk


Ignore:
Timestamp:
03/18/13 14:57:20 (12 years ago)
Author:
tbretz
Message:
Default is quiet mode now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fadctrl.cc

    r14967 r15105  
    21802180    po::options_description control("FAD control options");
    21812181    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.")
    21832183        ("hex-out",  po_bool(), "Enable printing contents of all printed messages also as hex data.")
    21842184        ("data-out", po_bool(), "Enable printing received event data.")
Note: See TracChangeset for help on using the changeset viewer.