s/weboobcfg/weboob-config

This commit is contained in:
Christophe Benz 2010-07-29 19:25:17 +02:00
commit d0ccc88201
2 changed files with 4 additions and 4 deletions

View file

@ -256,7 +256,7 @@ class ConsoleApplication(BaseApplication):
caps = (caps,)
caps = iter(cap.__name__ for cap in caps)
weboobcfg.command_backends(*caps)
logging.error(u'You can configure a backends using the "weboobcfg add" command:\nweboobcfg add <name> [options..]')
logging.error(u'You can configure a backends using the "weboob-config add" command:\nweboob-config add <name> [options..]')
sys.exit(0)
def parse_id(self, _id):