Show
Ignore:
Timestamp:
03/29/08 15:51:03 (16 years ago)
Author:
jerome
Message:

Improved help.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pykotme

    r3358 r3360  
    117117 
    118118    parser.add_example("--printer apple file1.ps <file2.pclxl",                             
    119                        _("This would show the number of pages needed to print these two files, as well as the cost of printing them to the 'apple' printer.")) 
     119                       _("This would show the number of pages needed to print these two files, as well as the cost of printing them to the 'apple' printer for the user who launched this command.")) 
    120120    parser.add_example("--user john", 
    121121                       _("This would show the number of pages needed to print the content of the standard input, and the cost of printing this on all printers for user 'john'."))