summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/exec_options.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/autogen/user/exec_options.adoc')
-rw-r--r--doc/ja/autogen/user/exec_options.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/autogen/user/exec_options.adoc b/doc/ja/autogen/user/exec_options.adoc
index 8d923c5ba..562b04476 100644
--- a/doc/ja/autogen/user/exec_options.adoc
+++ b/doc/ja/autogen/user/exec_options.adoc
@@ -27,7 +27,7 @@
** デフォルト値: `+0+`
* [[option_exec.command.shell]] *exec.command.shell*
-** 説明: pass:none[コマンド "/exec -sh" で使うシェル; シェルの名前 (PATH に含まれるシェル、例えば "bash" など) もしくはシェルへの絶対パス (例えば "/bin/bash")]
+** 説明: 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"); if value is empty, "sh" is used (note: content is evaluated, see /help eval)]
** タイプ: 文字列
** 値: 未制約文字列
-** デフォルト値: `+"sh"+`
+** デフォルト値: `+"${env:SHELL}"+`