Show
Ignore:
Timestamp:
12/10/08 14:57:11 (15 years ago)
Author:
jerome
Message:

Typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkusers

    r3434 r3466  
    350350    parser.add_option("-l", "--limitby", 
    351351                            dest="limitby", 
    352                             help=_("Set the limiting factor for the specified users or groups. Can be any of 'quota' (limit by number of pages per printer), 'balance' (limit by number of credits), 'noquota' (no limit but accounting done), 'nochange' (no limit and not accounting), or 'noprint' (printing is denied). The two latter ones are not supported for groups.")) 
     352                            help=_("Set the limiting factor for the specified users or groups. Can be any of 'quota' (limit by number of pages per printer), 'balance' (limit by number of credits), 'noquota' (no limit but accounting done), 'nochange' (no limit and no accounting), or 'noprint' (printing is denied). The two latter ones are not supported for groups.")) 
    353353    parser.add_option("-L", "--list", 
    354354                            action="store_const",