diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-17 10:36:58 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-17 10:36:58 +0100 |
commit | 85d7c9b6c5155db0156cd36c7b3127eb516399ff (patch) | |
tree | 3cea302ac0e9d60e004a2dfecccfb501bbe61250 /doc/it | |
parent | b480c7e7c06873c900bbac4a8112c86ddc66e073 (diff) | |
download | weechat-85d7c9b6c5155db0156cd36c7b3127eb516399ff.zip |
core: add command line option "-t" (or "--temp-dir") to create a temporary WeeChat home (deleted on exit)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/cmdline_options.it.adoc | 12 | ||||
-rw-r--r-- | doc/it/weechat-headless.1.it.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat.1.it.adoc | 2 |
3 files changed, 14 insertions, 2 deletions
diff --git a/doc/it/cmdline_options.it.adoc b/doc/it/cmdline_options.it.adoc index 294daf858..ff3fc215c 100644 --- a/doc/it/cmdline_options.it.adoc +++ b/doc/it/cmdline_options.it.adoc @@ -17,6 +17,18 @@ If this option is not given, the environment variable WEECHAT_HOME is used (if not empty). +// TRANSLATION MISSING +*-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*:: Mostra l'aiuto. diff --git a/doc/it/weechat-headless.1.it.adoc b/doc/it/weechat-headless.1.it.adoc index 3f0eb3ab4..241bf516c 100644 --- a/doc/it/weechat-headless.1.it.adoc +++ b/doc/it/weechat-headless.1.it.adoc @@ -16,7 +16,7 @@ weechat-headless - the extensible chat client (headless version) // TRANSLATION MISSING [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/it/weechat.1.it.adoc b/doc/it/weechat.1.it.adoc index e529538b5..659026c1e 100644 --- a/doc/it/weechat.1.it.adoc +++ b/doc/it/weechat.1.it.adoc @@ -16,7 +16,7 @@ weechat - the extensible chat client // TRANSLATION MISSING [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] |