FACT++  1.0
void PrintHelp ( )

Definition at line 40 of file triggerschedule.cc.

Referenced by main().

41 {
42  cout <<
43  "\n"
44  "The method sendCommand(...) will wait for the command to "
45  "be actualy sent to the server and return a completion code "
46  "of:\n"
47  " 0 - if it was successfully sent.\n"
48  " 1 - if it couldn't be delivered.\n "
49  << endl;
50  /* Additional help text which is printed after the configuration
51  options goes here */
52 }

+ Here is the caller graph for this function: