FACT++  1.0
void PrintUsage ( )

Definition at line 143 of file moon.cc.

Referenced by main().

144 {
145  cout <<
146  "moon - The moon calculator\n"
147  "\n"
148  "Usage: moon sql-datetime [--ra={ra} --dec={dec}]\n";
149  cout << endl;
150 }

+ Here is the caller graph for this function: