Additional note for SHELL: should be POSIX compatible shell.

remotes/origin/4.3
Darko Poljak 9 years ago
parent c95e75ac15
commit a9001fa9ce
  1. 3
      scripts/cdist

@ -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:

Loading…
Cancel
Save