Changeset 14539
- Timestamp:
- 10/29/12 15:48:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/dimctrl.cc
r14214 r14539 23 23 // ("quiet,q", po_bool(false), "Suppress all output except comments (log-level>=90)") 24 24 ("debug", po_bool(false), "Print the labels for debugging purpose") 25 ("start", var<string>(), "Start a java script with the given name ")26 ("batch", var<string>(), "Start a batch script with the given name at the given label (script.dim[:N]) ")27 ("stop", po_switch(), "Stop a currently running script ")28 ("msg", var<string>(), "Send a message to the chat server.")25 ("start", var<string>(), "Start a java script with the given name on the dimctrl-server") 26 ("batch", var<string>(), "Start a batch script with the given name at the given label (script.dim[:N]) on the dimctrl-server") 27 ("stop", po_switch(), "Stop a currently running script on the dimctrl-server") 28 ("msg", var<string>(), "Send a message to the chat server.") 29 29 ("user,u", var<string>(""), "A user name - just for logging purposes (default is ${USER})") 30 30 ;
Note:
See TracChangeset
for help on using the changeset viewer.