pastoob: Add help for "infinite" max_age
This commit is contained in:
parent
2406b26b02
commit
bd110e2e90
1 changed files with 1 additions and 1 deletions
|
|
@ -149,5 +149,5 @@ class Pastoob(ReplApplication):
|
||||||
help='Paste title',
|
help='Paste title',
|
||||||
type='string')
|
type='string')
|
||||||
group.add_option('-m', '--max-age', action='store',
|
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')
|
type='string', default='1 month')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue