forked from ungleich-public/cdist
Additional note for SHELL: should be POSIX compatible shell.
This commit is contained in:
parent
c95e75ac15
commit
a9001fa9ce
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ def commandline():
|
||||||
'shell', parents=[parser['loglevel']])
|
'shell', parents=[parser['loglevel']])
|
||||||
parser['shell'].add_argument(
|
parser['shell'].add_argument(
|
||||||
'-s', '--shell',
|
'-s', '--shell',
|
||||||
help='Select shell to use, defaults to current shell')
|
help=('Select shell to use, defaults to current shell. Used shell'
|
||||||
|
' should be POSIX compatible shell.'))
|
||||||
parser['shell'].set_defaults(func=cdist.shell.Shell.commandline)
|
parser['shell'].set_defaults(func=cdist.shell.Shell.commandline)
|
||||||
|
|
||||||
for p in parser:
|
for p in parser:
|
||||||
|
|
Loading…
Reference in a new issue