FACT++  1.0
void PrintUsage ( )

Definition at line 13 of file fitscheck.cc.

Referenced by main().

14 {
15  cout <<
16  "fitscheck is a tool to verify the checksums in a fits file.\n"
17  "\n"
18  "Usage: fitscheck [OPTIONS] fitsfile\n"
19  //" or: fitscheck [OPTIONS]\n"
20  "\n"
21  "Return values:\n"
22  " 0: in case of success\n"
23  " 1: if the file could not be opened\n"
24  " 2: if the header checksum could not be varified and\n"
25  " 3: if the header checksum is ok but the data checksum could not be verified.\n"
26  "\n";
27  cout << endl;
28 }

+ Here is the caller graph for this function: