diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/exec_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/exec_options.adoc b/doc/en/autogen/user/exec_options.adoc index 5d8555678..4ca387283 100644 --- a/doc/en/autogen/user/exec_options.adoc +++ b/doc/en/autogen/user/exec_options.adoc @@ -25,3 +25,9 @@ ** type: integer ** values: -1 .. 25920000 ** default value: `+0+` + +* [[option_exec.command.shell]] *exec.command.shell* +** description: pass:none[shell to use with command "/exec -sh"; it can be just the name of shell if it is in PATH (for example "bash") or the absolute path to the shell (for example "/bin/bash")] +** type: string +** values: any string +** default value: `+"sh"+` |