Changeset 11221 for trunk/FACT++/src/scheduler.cc
- Timestamp:
- 06/30/11 19:01:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/scheduler.cc
r11218 r11221 827 827 ("cmd", vars<string>(), "Execute one or more commands at startup") 828 828 ("exec,e", vars<string>(), "Execute one or more scrips at startup") 829 ("quit ,q",po_switch(), "Quit after startup");829 ("quit", po_switch(), "Quit after startup"); 830 830 831 831 po::options_description control("Scheduler options");
Note:
See TracChangeset
for help on using the changeset viewer.