FACT++  1.0
void PrintUsage ( )

Definition at line 756 of file scheduler.cc.

Referenced by main().

757 {
758  cout <<
759  "The scheduler... TEXT MISSING\n"
760  "\n"
761  "The default is that the program is started without user intercation. "
762  "All actions are supposed to arrive as DimCommands. Using the -c "
763  "option, a local shell can be initialized. With h or help a short "
764  "help message about the usuage can be brought to the screen.\n"
765  "\n"
766  "Usage: scheduler [-c type] [OPTIONS] <schedule-database>\n"
767  " or: scheduler [OPTIONS] <schedule-database>\n";
768  cout << endl;
769 }

+ Here is the caller graph for this function: