diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-08-17 19:44:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-08-17 19:44:41 +0200 |
commit | 466dbbe75b0fe32b9e647adebc7de06ea1b835fe (patch) | |
tree | 47040e77a3764a4f2063d938e1f7ffa12150ad3e /doc/pl | |
parent | 822270cccaec9f76b6fb952aca0e31005a6d7217 (diff) | |
download | weechat-466dbbe75b0fe32b9e647adebc7de06ea1b835fe.zip |
core: add option "-P" (or "--plugins") to customize the plugins to load at startup
If given, the option replaces the option weechat.plugin.autoload.
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/cmdline_options.pl.adoc | 5 | ||||
-rw-r--r-- | doc/pl/weechat-headless.1.pl.adoc | 3 | ||||
-rw-r--r-- | doc/pl/weechat.1.pl.adoc | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/doc/pl/cmdline_options.pl.adoc b/doc/pl/cmdline_options.pl.adoc index 1a4149b28..2c1169e52 100644 --- a/doc/pl/cmdline_options.pl.adoc +++ b/doc/pl/cmdline_options.pl.adoc @@ -23,6 +23,11 @@ *-p*, *--no-plugin*:: Wyłącza automatyczne ładowanie wtyczek. +// TRANSLATION MISSING +*-P*, *--plugins* _<plugins>_:: + Load only these plugins at startup (see /help weechat.plugin.autoload). + If this option is given, the option weechat.plugin.autoload is not used. + *-r*, *--run-command* _<komenda>_:: Wykonuje komendę(-y) po uruchomieniu (komendy należy oddzielać średnikiem). diff --git a/doc/pl/weechat-headless.1.pl.adoc b/doc/pl/weechat-headless.1.pl.adoc index 9e75df855..03339fcb8 100644 --- a/doc/pl/weechat-headless.1.pl.adoc +++ b/doc/pl/weechat-headless.1.pl.adoc @@ -12,8 +12,9 @@ weechat-headless - rozszerzalny klient rozmów (headless version) == SKŁADNIA +// TRANSLATION MISSING [verse] -*weechat-headless* [-a|--no-connect] [--daemon] [-d|--dir <path>] [-p|--no-plugin] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [plugin:option...] +*weechat-headless* [-a|--no-connect] [--daemon] [-d|--dir <path>] [-p|--no-plugin] [-P|--plugins <plugins>] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [plugin:option...] *weechat-headless* [-c|--colors] *weechat-headless* [-h|--help] *weechat-headless* [-l|--license] diff --git a/doc/pl/weechat.1.pl.adoc b/doc/pl/weechat.1.pl.adoc index 1b8f44c77..3b2a474cf 100644 --- a/doc/pl/weechat.1.pl.adoc +++ b/doc/pl/weechat.1.pl.adoc @@ -12,8 +12,9 @@ weechat - rozszerzalny klient rozmów == SKŁADNIA +// TRANSLATION MISSING [verse] -*weechat* [-a|--no-connect] [-d|--dir <ścieżka>] [-p|--no-plugin] [-r|--run-command <komenda>] [-s|--no-script] [--upgrade] [wtyczka:opcja...] +*weechat* [-a|--no-connect] [-d|--dir <ścieżka>] [-p|--no-plugin] [-P|--plugins <plugins>] [-r|--run-command <komenda>] [-s|--no-script] [--upgrade] [wtyczka:opcja...] *weechat* [-c|--colors] *weechat* [-h|--help] *weechat* [-l|--license] |