diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/cmdline_options.en.adoc | 11 | ||||
-rw-r--r-- | doc/en/weechat-headless.1.en.adoc | 2 | ||||
-rw-r--r-- | doc/en/weechat.1.en.adoc | 2 |
3 files changed, 13 insertions, 2 deletions
diff --git a/doc/en/cmdline_options.en.adoc b/doc/en/cmdline_options.en.adoc index e09ff973c..d43a2426c 100644 --- a/doc/en/cmdline_options.en.adoc +++ b/doc/en/cmdline_options.en.adoc @@ -15,6 +15,17 @@ If this option is not given, the environment variable WEECHAT_HOME is used (if not empty). +*-t*, *--temp-dir*:: + Create a temporary WeeChat home directory and delete it on exit + (incompatible with option "-d"). + + The name of the directory is automatically built by WeeChat, with this + template: "weechat_temp_XXXXXX" (where "XXXXXX" is random). It it created + in the first available directory in this list: environment variable "TMPDIR", + "/tmp" (may be different according to the operating system), environment + variable "HOME", current directory. + + The temporary home directory has permissions 0700 (only owner can read, + write and execute). + *-h*, *--help*:: Display help. diff --git a/doc/en/weechat-headless.1.en.adoc b/doc/en/weechat-headless.1.en.adoc index ab00d84ad..49f875157 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] [-P|--plugins <plugins>] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [plugin:option...] +*weechat-headless* [-a|--no-connect] [--daemon] [-d|--dir <path>] [-t|--temp-dir] [-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 c65b7b8d9..3b3237e5d 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] [-P|--plugins <plugins>] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [plugin:option...] +*weechat* [-a|--no-connect] [-d|--dir <path>] [-t|--temp-dir] [-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] |