Additional note for SHELL: should be POSIX compatible shell.

This commit is contained in:
Darko Poljak 2016-08-14 20:10:41 +02:00
parent c95e75ac15
commit a9001fa9ce
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@ def commandline():
'shell', parents=[parser['loglevel']])
parser['shell'].add_argument(
'-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)
for p in parser: