Changeset 14664


Ignore:
Timestamp:
11/19/12 18:29:49 (12 years ago)
Author:
tbretz
Message:
Some fix in the options documentation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Main.h

    r14571 r14664  
    3636            ("cmd",        vars<string>(), "Execute one or more commands at startup")
    3737            ("exec,e",     vars<string>(), "Execute one or more scrips at startup ('file:N' - start at label N)")
    38             ("arg:*",      var<string>(),  "Arguments for script execution, e.g. --val:ra='12.5436'")
     38            ("arg:*",      var<string>(),  "Arguments for script execution with --exc, e.g. --arg:ra='12.5436'")
    3939            ("quit",       po_switch(),    "Quit after startup");
    4040        ;
Note: See TracChangeset for help on using the changeset viewer.