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/it | |
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/it')
-rw-r--r-- | doc/it/cmdline_options.it.adoc | 5 | ||||
-rw-r--r-- | doc/it/weechat-headless.1.it.adoc | 3 | ||||
-rw-r--r-- | doc/it/weechat.1.it.adoc | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/doc/it/cmdline_options.it.adoc b/doc/it/cmdline_options.it.adoc index 8d0ccb770..d16bdc2c2 100644 --- a/doc/it/cmdline_options.it.adoc +++ b/doc/it/cmdline_options.it.adoc @@ -27,6 +27,11 @@ Disabilita il caricamento automatico dei plugin. // 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. + +// TRANSLATION MISSING *-r*, *--run-command* _<command>_:: Esegue un comando(i) dopo l'avvio (più comandi possono essere separati da punto e virgola). diff --git a/doc/it/weechat-headless.1.it.adoc b/doc/it/weechat-headless.1.it.adoc index 870a6b60b..3f0eb3ab4 100644 --- a/doc/it/weechat-headless.1.it.adoc +++ b/doc/it/weechat-headless.1.it.adoc @@ -14,8 +14,9 @@ weechat-headless - the extensible chat client (headless version) == SYNOPSIS +// 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/it/weechat.1.it.adoc b/doc/it/weechat.1.it.adoc index 68e4d5563..e529538b5 100644 --- a/doc/it/weechat.1.it.adoc +++ b/doc/it/weechat.1.it.adoc @@ -14,8 +14,9 @@ weechat - the extensible chat client == SYNOPSIS +// TRANSLATION MISSING [verse] -*weechat* [-a|--no-connect] [-d|--dir <path>] [-p|--no-plugin] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [plugin:option...] +*weechat* [-a|--no-connect] [-d|--dir <path>] [-p|--no-plugin] [-P|--plugins <plugins>] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [plugin:option...] *weechat* [-c|--colors] *weechat* [-h|--help] *weechat* [-l|--license] |