Changeset 12570 for trunk/FACT++


Ignore:
Timestamp:
11/19/11 23:40:56 (13 years ago)
Author:
tbretz
Message:
Fixed some option description.
File:
1 edited

Legend:

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

    r12532 r12570  
    994994    control.add_options()
    995995        ("no-dim,d",  po_switch(),    "Disable dim services")
    996         ("addr,a",  var<string>("localhost:7404"),  "Network address of FTM")
     996        ("addr,a",  var<string>("localhost:7404"),  "Network address of Cosy")
    997997        ("quiet,q", po_bool(true),  "Disable printing contents of all received messages (except dynamic data) in clear text.")
    998998        ;
Note: See TracChangeset for help on using the changeset viewer.