FACT++  1.0
void PrintUsage ( )

Definition at line 25 of file triggerschedule.cc.

Referenced by main().

26 {
27  cout <<
28  "The triggerschedule triggers the scheduler.\n"
29  "\n"
30  "The default is that the program is started without user intercation. "
31  "All actions are supposed to arrive as DimCommands. Using the -c "
32  "option, a local shell can be initialized. With h or help a short "
33  "help message about the usuage can be brought to the screen.\n"
34  "\n"
35  "Usage: triggerschedule [-c type] [OPTIONS] <schedule-database-name>\n"
36  " or: triggerschedule [OPTIONS] <schedule-database-name>\n";
37  cout << endl;
38 }

+ Here is the caller graph for this function: