From 4698a6c391b14d428cea9ca1014119ee27425eaf Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Mon, 12 Jul 2010 03:11:10 +0200 Subject: [PATCH] change vocabulary --- 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 76eb4c09..db914fe4 100644 --- a/weboob/tools/application/console.py +++ b/weboob/tools/application/console.py @@ -235,7 +235,7 @@ class ConsoleApplication(BaseApplication): if not isinstance(caps, (list, tuple, set)): caps = (caps,) caps = iter(cap.__name__ for cap in caps) - weboobcfg.command_modules(*caps) + weboobcfg.command_backends(*caps) logging.error(u'You can configure a backends using the "weboobcfg add" command:\nweboobcfg add [options..]') sys.exit(0)