Changeset 7179 for trunk/MagicSoft/Mars/ganymed.cc
- Timestamp:
- 07/11/05 10:34:49 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/ganymed.cc
r7134 r7179 43 43 gLog << " ganymed [options] sequences.txt" << endl << endl; 44 44 gLog << " Arguments:" << endl; 45 gLog << " dataset.txt: A sciifile defining a collection of sequences" << endl;45 gLog << " dataset.txt: ASCII file defining a collection of sequences" << endl; 46 46 gLog << " For more details see MDataSet." << endl; 47 47 gLog << " Root Options:" << endl; … … 142 142 if (arg.GetNumOptions()>0) 143 143 { 144 gLog << warn << "WARNING - Unknown command line options..." << endl;144 gLog << warn << "WARNING - Unknown command-line options..." << endl; 145 145 arg.Print("options"); 146 146 gLog << endl; … … 158 158 159 159 // 160 // Setup sequence file and check for its exist ance160 // Setup sequence file and check for its existence 161 161 // 162 162 const TString kSequences = arg.GetArgumentStr(0);
Note:
See TracChangeset
for help on using the changeset viewer.