diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-16 16:13:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-16 16:13:17 +0200 |
commit | 07a8c4a0ecf38805d3d249a7578238d2ec30daf9 (patch) | |
tree | 41a70f2f7248ddba1ed8f663edb204f6d8921a3c /doc/de/autogen/user | |
parent | eb2535982c224a8c1174dcc487570874f8d88e5b (diff) | |
download | weechat-07a8c4a0ecf38805d3d249a7578238d2ec30daf9.zip |
doc: update German auto-generated file
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/exec_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/exec_options.adoc b/doc/de/autogen/user/exec_options.adoc index b41fe8888..cdb784107 100644 --- a/doc/de/autogen/user/exec_options.adoc +++ b/doc/de/autogen/user/exec_options.adoc @@ -27,7 +27,7 @@ ** 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"); if value is empty, "sh" is used (note: content is evaluated, see /help eval)] +** Beschreibung: pass:none[shell welche für den Befehl "/exec -sh" genutzt werden soll; hierbei kann es sich um den Namen der shell handeln der über PATH gefunden wird (zum Beispiel "bash") oder man nutzt eine absolute Pfadangabe zur Binärdatei (zum Beispiel "/bin/bash"); wenn kein Wert angegeben ist, wird "sh" genutzt (Hinweis: Inhalt ist evaluiert, siehe /help eval)] ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette ** Standardwert: `+"${env:SHELL}"+` |