From 0c82c3bd4c79af601de786aed26d4f1be2c04323 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Fri, 14 May 2010 19:08:57 +0200 Subject: [PATCH] oops, bad arguments in user message --- weboob/tools/application/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/tools/application/console.py b/weboob/tools/application/console.py index b6e3e299..18c42419 100644 --- a/weboob/tools/application/console.py +++ b/weboob/tools/application/console.py @@ -213,5 +213,5 @@ class ConsoleApplication(BaseApplication): caps = (caps,) caps = iter(cap.__name__ for cap in caps) weboobcfg.command_modules(*caps) - logging.error(u'You can configure a backends using the "weboobcfg add" command:\nweboobcfg add [instance_name] [options..]') + logging.error(u'You can configure a backends using the "weboobcfg add" command:\nweboobcfg add [options..]') sys.exit(0)