FACT++  1.0
void PrintUsage ( )

Definition at line 3112 of file drivectrl.cc.

Referenced by main().

3113 {
3114  cout <<
3115  "The drivectrl is an interface to the drive PLC.\n"
3116  "\n"
3117  "The default is that the program is started without user intercation. "
3118  "All actions are supposed to arrive as DimCommands. Using the -c "
3119  "option, a local shell can be initialized. With h or help a short "
3120  "help message about the usuage can be brought to the screen.\n"
3121  "\n"
3122  "Usage: drivectrl [-c type] [OPTIONS]\n"
3123  " or: drivectrl [OPTIONS]\n";
3124  cout << endl;
3125 }

+ Here is the caller graph for this function: