Changeset 18913


Ignore:
Timestamp:
10/18/17 13:25:03 (7 years ago)
Author:
tbretz
Message:
Fixed some parts of the help output, changed default interval to 15s
File:
1 edited

Legend:

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

    r18911 r18913  
    436436void SetupConfiguration(Configuration &conf)
    437437{
    438     po::options_description control("MAGIC weather control options");
     438    po::options_description control("Bias Crate temperature readout");
    439439    control.add_options()
    440440        ("no-dim,d",  po_switch(),    "Disable dim services")
     
    442442        ("url,u",  var<string>("/index.html"),  "File name and path to load")
    443443        ("quiet,q", po_bool(true),  "Disable printing contents of all received messages (except dynamic data) in clear text.")
    444         ("interval,i", var<uint16_t>(30), "Interval between two updates on the server in seconds")
     444        ("interval,i", var<uint16_t>(15), "Interval between two updates on the server in seconds")
    445445        ("debug-tx", po_bool(), "Enable debugging of ethernet transmission.")
    446446        ;
Note: See TracChangeset for help on using the changeset viewer.