pastoob: Add help for "infinite" max_age

This commit is contained in:
Laurent Bachelier 2013-08-09 00:25:24 +02:00
commit bd110e2e90

View file

@ -149,5 +149,5 @@ class Pastoob(ReplApplication):
help='Paste title',
type='string')
group.add_option('-m', '--max-age', action='store',
help='Maximum age (duration), default "1 month"',
help='Maximum age (duration), default "1 month", "never" for infinite',
type='string', default='1 month')