Changeset 14539


Ignore:
Timestamp:
10/29/12 15:48:19 (12 years ago)
Author:
tbretz
Message:
Updated some descriptions.
File:
1 edited

Legend:

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

    r14214 r14539  
    2323        // ("quiet,q",      po_bool(false),  "Suppress all output except comments (log-level>=90)")
    2424        ("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 messageto 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.")
    2929        ("user,u",       var<string>(""), "A user name - just for logging purposes (default is ${USER})")
    3030        ;
Note: See TracChangeset for help on using the changeset viewer.