Changeset 847
- Timestamp:
- 03/10/03 01:11:27 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r843 r847 17 17 # 18 18 # $Log$ 19 # Revision 1.26 2003/03/10 00:11:27 jalet 20 # Cleaner example. 21 # 19 22 # Revision 1.25 2003/03/09 23:56:21 jalet 20 23 # Option noquota added to do accounting only. … … 176 179 Their life time page counter on each printer will be kept unchanged. 177 180 178 $ edpykota --noquota jerome 179 180 This will tell PyKota to not limit jerome when printing. All his 181 jobs will be allowed, but accounting of the pages he used will 182 still be kept. 181 $ edpykota --printer hpcolor --noquota jerome 182 183 This will tell PyKota to not limit jerome when printing on the 184 hpcolor printer. All his jobs will be allowed on this printer, but 185 accounting of the pages he prints will still be kept. 186 Print Quotas for jerome on other printers is unchanged. 183 187 184 188 This program is free software; you can redistribute it and/or modify