FACT++  1.0
void PrintUsage ( )

Definition at line 951 of file ratecontrol.cc.

Referenced by main().

952 {
953  cout <<
954  "The ratecontrol program is a keep the rate reasonable low.\n"
955  "\n"
956  "Usage: ratecontrol [-c type] [OPTIONS]\n"
957  " or: ratecontrol [OPTIONS]\n";
958  cout << endl;
959 }

+ Here is the caller graph for this function: