diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-09-06 21:52:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-09-06 21:52:02 +0200 |
commit | fcf7469d7664f37e94d5f6d0b3fe6fce6413f88c (patch) | |
tree | 970d2e2eb4c29ee02657d06c11f6233dad8d7d04 /doc/de | |
parent | 8945e70f8109371011cd4a4caff5ac36c763a2cb (diff) | |
download | weechat-fcf7469d7664f37e94d5f6d0b3fe6fce6413f88c.zip |
core: allow multiple options "-r" ("--run-command") in command line arguments (closes #1248)
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/cmdline_options.de.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/de/cmdline_options.de.adoc b/doc/de/cmdline_options.de.adoc index ebc16b995..213b9d8b6 100644 --- a/doc/de/cmdline_options.de.adoc +++ b/doc/de/cmdline_options.de.adoc @@ -28,9 +28,10 @@ lädt nur die angegebenen Erweiterungen, beim Start (siehe /help weechat.plugin.autoload). Wenn diese Option genutzt wird, dann wird die Option weechat.plugin.autoload ignoriert. +// TRANSLATION MISSING *-r*, *--run-command* _<command>_:: - führt einen oder mehrere Befehle aus, nachdem WeeChat gestartet wurde - (mehrere Befehle müssen durch Kommata voneinander getrennt werden). + Run command(s) after startup; many commands can be separated by semicolons, + this option can be given multiple times. *-s*, *--no-script*:: Skripten werden beim Programmstart nicht geladen. |