Show
Ignore:
Timestamp:
09/28/05 10:56:34 (19 years ago)
Author:
jerome
Message:

Fix to edpykota to have --noquota behave the same
as before : act on a single print quota entry at
a time, vs --limitby noquota which acts on all
print quota entries for a particular user.
The new (now old) behavior prevented to reset soft
and hard limits to None (unset).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/po/zh_TW/pykota.po

    r2503 r2515  
    432432"                       print quotas\n" 
    433433"                       \n" 
    434 "  -n | --noquota       Doesn't set a quota but only does accounting.\n" 
    435 "                       This is the same as --limitby noquota.\n" 
     434"  -n | --noquota       Sets both soft and hard limits to None for a\n" 
     435"                       particular print quota entry.\n" 
     436"                       This is NOT the same as --limitby noquota\n" 
     437"                       which acts on ALL print quota entries for a\n" 
     438"                       particular user.\n" 
    436439"  \n" 
    437440"  -r | --reset         Resets the actual page counter for the user\n"