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/showlog.cc

    r7001 r7179  
    2222    gLog << "   -?, -h, --help            This help" << endl;
    2323    gLog << endl;
    24     gLog << " This program converts colored output  made with ansi codes" << endl;
     24    gLog << " This program converts colored output  made with ANSI codes" << endl;
    2525    gLog << " (like it is done by MLog)  and redirected into a file back" << endl;
    2626    gLog << " into colored output." << endl << endl;
    27     gLog << " It cannot be used to get rid of the Ansi codes. To display" << endl;
     27    gLog << " It cannot be used to get rid of the ANSI codes. To display" << endl;
    2828    gLog << " colored output with less use the option -R, eg." << endl;
    2929    gLog << "   less -R logfile.log" << endl << endl;
     
    4545}
    4646
    47 // FIXME: Enhance this tool with a converter to HTMl, etc.
     47// FIXME: Enhance this tool with a converter to HTML, etc.
    4848//        Add option for 'no-colors'
    4949int main(int argc, char **argv)
     
    6666    if (arg.GetNumOptions()>0)
    6767    {
    68         gLog << warn << "WARNING - Unknown commandline options..." << endl;
     68        gLog << warn << "WARNING - Unknown command line options..." << endl;
    6969        arg.Print("options");
    7070        gLog << endl;
Note: See TracChangeset for help on using the changeset viewer.