change vocabulary
This commit is contained in:
parent
0028e48b61
commit
4698a6c391
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <name> [options..]')
|
||||
sys.exit(0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue