Changeset 10707 for trunk/FACT++/src/ftmctrl.cc
- Timestamp:
- 05/13/11 15:48:57 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftmctrl.cc
r10700 r10707 1707 1707 ("dns", var<string>("localhost"), "Dim nameserver host name (Overwites DIM_DNS_NODE environment variable)") 1708 1708 ("log,l", var<string>(n), "Write log-file") 1709 ("no-dim,d", po_ switch(),"Disable dim services")1709 ("no-dim,d", po_bool(), "Disable dim services") 1710 1710 ("console,c", var<int>(), "Use console (0=shell, 1=simple buffered, X=simple unbuffered)") 1711 1711 ; … … 1714 1714 control.add_options() 1715 1715 ("addr,a", var<string>("localhost:5000"), "Network address of FTM") 1716 ("quiet,q", po_ switch(),"Disable printing contents of all received messages (except dynamic data) in clear text.")1717 ("hex-out", po_ switch(),"Enable printing contents of all printed messages also as hex data.")1718 ("dynamic-out", po_ switch(),"Enable printing received dynamic data.")1716 ("quiet,q", po_bool(), "Disable printing contents of all received messages (except dynamic data) in clear text.") 1717 ("hex-out", po_bool(), "Enable printing contents of all printed messages also as hex data.") 1718 ("dynamic-out", po_bool(), "Enable printing received dynamic data.") 1719 1719 // ("default-setup", var<string>(), "Binary file with static data loaded whenever a connection to the FTM was established.") 1720 1720 ;
Note:
See TracChangeset
for help on using the changeset viewer.