Changeset 11221
- Timestamp:
- 06/30/11 19:01:06 (13 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r11220 r11221 2627 2627 ("cmd", vars<string>(), "Execute one or more commands at startup") 2628 2628 ("exec,e", vars<string>(), "Execute one or more scrips at startup") 2629 ("quit ,q",po_switch(), "Quit after startup");2629 ("quit", po_switch(), "Quit after startup"); 2630 2630 ; 2631 2631 -
trunk/FACT++/src/dimctrl.cc
r11218 r11221 55 55 ("cmd", vars<string>(), "Execute one or more commands at startup") 56 56 ("exec,e", vars<string>(), "Execute one or more scrips at startup") 57 ("quit ,q",po_switch(), "Quit after startup");57 ("quit", po_switch(), "Quit after startup"); 58 58 ; 59 59 -
trunk/FACT++/src/drivectrl.cc
r11218 r11221 953 953 ("cmd", vars<string>(), "Execute one or more commands at startup") 954 954 ("exec,e", vars<string>(), "Execute one or more scrips at startup") 955 ("quit ,q",po_switch(), "Quit after startup");955 ("quit", po_switch(), "Quit after startup"); 956 956 ; 957 957 -
trunk/FACT++/src/fadctrl.cc
r11218 r11221 1751 1751 ("cmd", vars<string>(), "Execute one or more commands at startup") 1752 1752 ("exec,e", vars<string>(), "Execute one or more scrips at startup") 1753 ("quit ,q",po_switch(), "Quit after startup");1753 ("quit", po_switch(), "Quit after startup"); 1754 1754 ; 1755 1755 -
trunk/FACT++/src/ftmctrl.cc
r11218 r11221 1938 1938 ("cmd", vars<string>(), "Execute one or more commands at startup") 1939 1939 ("exec,e", vars<string>(), "Execute one or more scrips at startup") 1940 ("quit ,q",po_switch(), "Quit after startup");1940 ("quit", po_switch(), "Quit after startup"); 1941 1941 ; 1942 1942 -
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.