FACT++  1.0
void PrintUsage ( )

Definition at line 2316 of file biasctrl.cc.

Referenced by main().

2317 {
2318  cout <<
2319  "The biasctrl program controls the bias-power supply boards.\n"
2320  "\n"
2321  "Note: At default the program is started without a command line (user) "
2322  "interface. In this case Actions/Commands are available via Dim "
2323  "exclusively.\n"
2324  "Use the -c option to start the program with a command line interface.\n"
2325  "\n"
2326  "In the running application:\n"
2327  "Use h or help to print a short help message about its usage.\n"
2328  "\n"
2329  "Usage: biasctrl [-c type] [OPTIONS]\n"
2330  " or: biasctrl [OPTIONS]\n";
2331  cout << endl;
2332 }

+ Here is the caller graph for this function: