Index: /trunk/FACT++/src/dimctrl.cc
===================================================================
--- /trunk/FACT++/src/dimctrl.cc	(revision 14538)
+++ /trunk/FACT++/src/dimctrl.cc	(revision 14539)
@@ -23,8 +23,8 @@
         // ("quiet,q",      po_bool(false),  "Suppress all output except comments (log-level>=90)")
         ("debug",        po_bool(false),  "Print the labels for debugging purpose")
-        ("start",        var<string>(),   "Start a java script with the given name")
-        ("batch",        var<string>(),   "Start a batch script with the given name at the given label (script.dim[:N])")
-        ("stop",         po_switch(),     "Stop a currently running script")
-        ("msg",          var<string>(),   "Send a messageto the chat server.")
+        ("start",        var<string>(),   "Start a java script with the given name on the dimctrl-server")
+        ("batch",        var<string>(),   "Start a batch script with the given name at the given label (script.dim[:N]) on the dimctrl-server")
+        ("stop",         po_switch(),     "Stop a currently running script on the dimctrl-server")
+        ("msg",          var<string>(),   "Send a message to the chat server.")
         ("user,u",       var<string>(""), "A user name - just for logging purposes (default is ${USER})")
         ;
