FACT++  1.0
void PrintUsage ( )

Definition at line 34 of file zfits.cc.

Referenced by main().

35 {
36  cout <<
37  "zfits - A fits compressor\n"
38  "\n"
39  "\n"
40  "Usage: zfits [-d] input.fits[.gz] [output.zf]\n";
41  cout << endl;
42 }

+ Here is the caller graph for this function: