FACT++  1.0
void PrintHelp ( )

Definition at line 626 of file ratescan.cc.

Referenced by main().

627 {
628  Main::PrintHelp<StateMachineRateScan>();
629 
630  /* Additional help text which is printed after the configuration
631  options goes here */
632 
633  /*
634  cout << "bla bla bla" << endl << endl;
635  cout << endl;
636  cout << "Environment:" << endl;
637  cout << "environment" << endl;
638  cout << endl;
639  cout << "Examples:" << endl;
640  cout << "test exam" << endl;
641  cout << endl;
642  cout << "Files:" << endl;
643  cout << "files" << endl;
644  cout << endl;
645  */
646 }

+ Here is the caller graph for this function: