FACT++  1.0
void PrintUsage ( )

Definition at line 358 of file pfminictrl.cc.

Referenced by main().

359 {
360  cout <<
361  "The pfminictrl is an interface to the PFmini arduino.\n"
362  "\n"
363  "The default is that the program is started without user intercation. "
364  "All actions are supposed to arrive as DimCommands. Using the -c "
365  "option, a local shell can be initialized. With h or help a short "
366  "help message about the usuage can be brought to the screen.\n"
367  "\n"
368  "Usage: pfminictrlö [-c type] [OPTIONS]\n"
369  " or: pfminictrl [OPTIONS]\n";
370  cout << endl;
371 }

+ Here is the caller graph for this function: