oops, bad arguments in user message
This commit is contained in:
parent
dae7b65107
commit
0c82c3bd4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <name> [instance_name] [options..]')
|
||||
logging.error(u'You can configure a backends using the "weboobcfg add" command:\nweboobcfg add <name> [options..]')
|
||||
sys.exit(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue