summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/exec_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-11-17 11:39:28 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-11-17 11:39:28 +0100
commit916d99ad405d79853e323024d48a03176c587bca (patch)
tree36962f20208275226d1831b6bc3748fe91001da8 /doc/de/autogen/user/exec_options.adoc
parentc94a8f4c683e343aa9eb47008f4172e50d723b48 (diff)
downloadweechat-916d99ad405d79853e323024d48a03176c587bca.zip
exec: add option exec.command.shell to customize the shell used with /exec -sh
Diffstat (limited to 'doc/de/autogen/user/exec_options.adoc')
-rw-r--r--doc/de/autogen/user/exec_options.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/de/autogen/user/exec_options.adoc b/doc/de/autogen/user/exec_options.adoc
index 9cd96c348..c79d6e784 100644
--- a/doc/de/autogen/user/exec_options.adoc
+++ b/doc/de/autogen/user/exec_options.adoc
@@ -25,3 +25,9 @@
** Typ: integer
** Werte: -1 .. 25920000
** Standardwert: `+0+`
+
+* [[option_exec.command.shell]] *exec.command.shell*
+** Beschreibung: 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")]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"sh"+`