Changeset 3356 for pykota

Show
Ignore:
Timestamp:
03/29/08 09:52:34 (16 years ago)
Author:
jerome
Message:

Normalize the help for the -P|--printer command line option.

Location:
pykota/trunk/bin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/repykota

    r3348 r3356  
    9696                            dest="printer", 
    9797                            default="*", 
    98                             help=_("Reports for this printer only. You can specify several printer names by separating them with commas. The default value is '%default', which means all printers.")) 
     98                            help=_("Acts on this printer only. You can specify several printer names by separating them with commas. The default value is '%default', which means all printers.")) 
    9999                             
    100100    parser.add_example('', 
  • pykota/trunk/bin/warnpykota

    r3330 r3356  
    242242                            dest="printer", 
    243243                            default="*", 
    244                             help=_("Check if quota is over on this printer only. You can specify several printer names by separating them with commas. The default value is '%default', which means all printers.")) 
     244                            help=_("Acts on this printer only. You can specify several printer names by separating them with commas. The default value is '%default', which means all printers.")) 
    245245                             
    246246    parser.add_example('',