FACT++  1.0
void PrintHelp ( )

Definition at line 195 of file timecheck.cc.

Referenced by main().

196 {
197  Main::PrintHelp<StateMachineTimeCheck>();
198 
199  /* Additional help text which is printed after the configuration
200  options goes here */
201 
202  /*
203  cout << "bla bla bla" << endl << endl;
204  cout << endl;
205  cout << "Environment:" << endl;
206  cout << "environment" << endl;
207  cout << endl;
208  cout << "Examples:" << endl;
209  cout << "test exam" << endl;
210  cout << endl;
211  cout << "Files:" << endl;
212  cout << "files" << endl;
213  cout << endl;
214  */
215 }

+ Here is the caller graph for this function: