From 61c1aef49385abdca86354a075fc5b6d5dba9e65 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Tue, 26 Apr 2011 00:05:14 +0200 Subject: [PATCH] pastoob: Fix displayed help for post --- weboob/applications/pastoob/pastoob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/applications/pastoob/pastoob.py b/weboob/applications/pastoob/pastoob.py index 2f060baa..269c4d73 100644 --- a/weboob/applications/pastoob/pastoob.py +++ b/weboob/applications/pastoob/pastoob.py @@ -71,7 +71,7 @@ class Pastoob(ReplApplication): The filename can be '-' for reading standard input (pipe). """ 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 if filename is None or filename == '-':