Changeset 15173


Ignore:
Timestamp:
03/28/13 10:57:03 (12 years ago)
Author:
tbretz
Message:
Choose the quiet option by default.
File:
1 edited

Legend:

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

    r15133 r15173  
    21802180        ("no-dim,d",        po_bool(),  "Disable dim services")
    21812181        ("dev",             var<string>(),       "Device address of USB port to bias-power supply")
    2182         ("quiet,q",         po_bool(),           "Disable printing contents of all received messages (except dynamic data) in clear text.")
     2182        ("quiet,q",         po_bool(true),       "Disable printing contents of all received messages (except dynamic data) in clear text.")
    21832183        ("dummy-mode",      po_bool(),           "Dummy mode - SetAllChannels prints info instead of sending new values.")
    21842184        ("ramp-delay",      var<uint16_t>(15),   "Delay between the answer of one ramping step and sending the next ramp command to all channels in milliseconds.")
Note: See TracChangeset for help on using the changeset viewer.