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)