Changeset 14664
- Timestamp:
- 11/19/12 18:29:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Main.h
r14571 r14664 36 36 ("cmd", vars<string>(), "Execute one or more commands at startup") 37 37 ("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'") 39 39 ("quit", po_switch(), "Quit after startup"); 40 40 ;
Note:
See TracChangeset
for help on using the changeset viewer.