Changeset 2521 for trunk/MagicSoft/Mars/readraw.cc
- Timestamp:
- 11/17/03 22:26:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/readraw.cc
r2456 r2521 52 52 gLog << all << endl; 53 53 gLog << "Sorry the usage is:" << endl; 54 gLog << " readraw [- vn] [-dec] [-a0] inputfile[.root]" << endl << endl;54 gLog << " readraw [-h] [-?] [-vn] [-dec] [-a0] inputfile[.root]" << endl << endl; 55 55 gLog << " input file: Magic DAQ binary file." << endl; 56 56 gLog << " -a0: Do not use Ansii codes." << endl; 57 57 gLog << " -vn: Verbosity level n [default=2]" << endl; 58 58 gLog << " -d1: print data in decimal values" << endl; 59 gLog << " -?/-h: This help" << endl << endl; 59 60 } 60 61 … … 76 77 // 77 78 MArgs arg(argc, argv); 79 80 if (arg.HasOption("-?") || arg.HasOption("-h")) 81 { 82 Usage(); 83 return -1; 84 } 78 85 79 86 //
Note:
See TracChangeset
for help on using the changeset viewer.