- Timestamp:
- 12/10/08 14:57:11 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkusers
r3434 r3466 350 350 parser.add_option("-l", "--limitby", 351 351 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 no taccounting), 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.")) 353 353 parser.add_option("-L", "--list", 354 354 action="store_const",