dont add help to 2 parsers
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
02476073aa
commit
f5aad522cc
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ def commandline():
|
|||
parser['shell'].set_defaults(func=cdist.shell.Shell.commandline)
|
||||
|
||||
# Install
|
||||
parser['install'] = parser['sub'].add_parser('install',
|
||||
parser['install'] = parser['sub'].add_parser('install', add_help=False,
|
||||
parents=[parser['loglevel'], parser['config']])
|
||||
parser['install'].set_defaults(func=cdist.install.Install.commandline)
|
||||
|
||||
|
|
Loading…
Reference in a new issue