Changeset 16961


Ignore:
Timestamp:
07/18/13 13:10:56 (11 years ago)
Author:
tbretz
Message:
Fixed a typo in the program option descriptions.
File:
1 edited

Legend:

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

    r16731 r16961  
    849849    control.add_options()
    850850        ("no-dim",        po_bool(),  "Disable dim services")
    851         ("addr,a",        var<string>("localhost:5000"),  "Network address of FTM")
     851        ("addr,a",        var<string>("localhost:5000"),  "Network address of FSC")
    852852        ("quiet,q",       po_bool(true),  "Disable printing contents of all received messages (except dynamic data) in clear text.")
    853853        ;
Note: See TracChangeset for help on using the changeset viewer.