pastoob: Fix displayed help for post
This commit is contained in:
parent
7602f0c1cc
commit
61c1aef493
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class Pastoob(ReplApplication):
|
||||||
The filename can be '-' for reading standard input (pipe).
|
The filename can be '-' for reading standard input (pipe).
|
||||||
"""
|
"""
|
||||||
if not filename:
|
if not filename:
|
||||||
print >>sys.stderr, 'This command takes an argument: %s' % self.get_command_help('get', short=True)
|
print >>sys.stderr, 'This command takes an argument: %s' % self.get_command_help('post', short=True)
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
if filename is None or filename == '-':
|
if filename is None or filename == '-':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue