FACT++  1.0
void Main::PrintUsage ( )

Definition at line 53 of file Main.h.

54  {
55  cout <<
56  "Files:\n"
57  "The following files are written by each program by default\n"
58  " program.evt: A log of all executed of skipped events\n"
59  " program.his: The history accessible by Pg-up/dn\n"
60  " program.log: All output piped to the log-stream\n"
61  << endl;
62  }