diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/cmdline_options.en.adoc | 4 | ||||
-rw-r--r-- | doc/en/weechat-headless.1.en.adoc | 2 | ||||
-rw-r--r-- | doc/en/weechat.1.en.adoc | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/en/cmdline_options.en.adoc b/doc/en/cmdline_options.en.adoc index 5a559f895..0c7319d41 100644 --- a/doc/en/cmdline_options.en.adoc +++ b/doc/en/cmdline_options.en.adoc @@ -24,6 +24,10 @@ *-p*, *--no-plugin*:: Disable plugins auto-load. +*-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* _<command>_:: Run command(s) after startup (many commands can be separated by semicolons). diff --git a/doc/en/weechat-headless.1.en.adoc b/doc/en/weechat-headless.1.en.adoc index 2240cb9f7..ab00d84ad 100644 --- a/doc/en/weechat-headless.1.en.adoc +++ b/doc/en/weechat-headless.1.en.adoc @@ -13,7 +13,7 @@ weechat-headless - the extensible chat client (headless version) == SYNOPSIS [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/en/weechat.1.en.adoc b/doc/en/weechat.1.en.adoc index 039224fda..c65b7b8d9 100644 --- a/doc/en/weechat.1.en.adoc +++ b/doc/en/weechat.1.en.adoc @@ -13,7 +13,7 @@ weechat - the extensible chat client == SYNOPSIS [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] |