FACT++  1.0
void PrintUsage ( )

Definition at line 19 of file fact.cc.

Referenced by main().

20 {
21  cout << "\n"
22  "The FACT++ Graphical User Interfact (GUI).\n"
23  "\n"
24  "Usage: fact [-c type] [OPTIONS]\n"
25  " or: fact [OPTIONS]\n";
26  cout << endl;
27 
28 }

+ Here is the caller graph for this function: