Index: trunk/FACT++/src/Main.h
===================================================================
--- trunk/FACT++/src/Main.h	(revision 14663)
+++ trunk/FACT++/src/Main.h	(revision 14664)
@@ -36,5 +36,5 @@
             ("cmd",        vars<string>(), "Execute one or more commands at startup")
             ("exec,e",     vars<string>(), "Execute one or more scrips at startup ('file:N' - start at label N)")
-            ("arg:*",      var<string>(),  "Arguments for script execution, e.g. --val:ra='12.5436'")
+            ("arg:*",      var<string>(),  "Arguments for script execution with --exc, e.g. --arg:ra='12.5436'")
             ("quit",       po_switch(),    "Quit after startup");
         ;
