Merge remote-tracking branch 'ungleich/master' into parallel-global-explorers-execution
This commit is contained in:
commit
f858191976
127 changed files with 2156 additions and 238 deletions
|
|
@ -133,7 +133,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…
Add table
Add a link
Reference in a new issue