FACT++  1.0
void PrintUsage ( )

Definition at line 2275 of file fadctrl.cc.

Referenced by main().

2276 {
2277  cout <<
2278  "The fadctrl controls the FAD boards.\n"
2279  "\n"
2280  "The default is that the program is started without user intercation. "
2281  "All actions are supposed to arrive as DimCommands. Using the -c "
2282  "option, a local shell can be initialized. With h or help a short "
2283  "help message about the usuage can be brought to the screen.\n"
2284  "\n"
2285  "Usage: fadctrl [-c type] [OPTIONS]\n"
2286  " or: fadctrl [OPTIONS]\n";
2287  cout << endl;
2288 }

+ Here is the caller graph for this function: