Ignore:
Timestamp:
07/11/05 10:34:49 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/ganymed.cc

    r7134 r7179  
    4343    gLog << " ganymed [options] sequences.txt" << endl << endl;
    4444    gLog << " Arguments:" << endl;
    45     gLog << "   dataset.txt:              Ascii file defining a collection of sequences" << endl;
     45    gLog << "   dataset.txt:              ASCII file defining a collection of sequences" << endl;
    4646    gLog << "                             For more details see MDataSet." << endl;
    4747    gLog << " Root Options:" << endl;
     
    142142    if (arg.GetNumOptions()>0)
    143143    {
    144         gLog << warn << "WARNING - Unknown commandline options..." << endl;
     144        gLog << warn << "WARNING - Unknown command-line options..." << endl;
    145145        arg.Print("options");
    146146        gLog << endl;
     
    158158
    159159    //
    160     // Setup sequence file and check for its existance
     160    // Setup sequence file and check for its existence
    161161    //
    162162    const TString kSequences = arg.GetArgumentStr(0);
Note: See TracChangeset for help on using the changeset viewer.