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/pl | |
parent | 8945e70f8109371011cd4a4caff5ac36c763a2cb (diff) | |
download | weechat-fcf7469d7664f37e94d5f6d0b3fe6fce6413f88c.zip |
core: allow multiple options "-r" ("--run-command") in command line arguments (closes #1248)
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/cmdline_options.pl.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/pl/cmdline_options.pl.adoc b/doc/pl/cmdline_options.pl.adoc index 2c1169e52..b85bf9b2b 100644 --- a/doc/pl/cmdline_options.pl.adoc +++ b/doc/pl/cmdline_options.pl.adoc @@ -28,8 +28,10 @@ Load only these plugins at startup (see /help weechat.plugin.autoload). If this option is given, the option weechat.plugin.autoload is not used. +// TRANSLATION MISSING *-r*, *--run-command* _<komenda>_:: - Wykonuje komendę(-y) po uruchomieniu (komendy należy oddzielać średnikiem). + Run command(s) after startup; many commands can be separated by semicolons, + this option can be given multiple times. *-s*, *--no-script*:: Wyłącza automatyczne ładowanie skryptów. |