summaryrefslogtreecommitdiff
path: root/doc/cs/cmdline_options.cs.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-11-17 10:36:58 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-11-17 10:36:58 +0100
commit85d7c9b6c5155db0156cd36c7b3127eb516399ff (patch)
tree3cea302ac0e9d60e004a2dfecccfb501bbe61250 /doc/cs/cmdline_options.cs.adoc
parentb480c7e7c06873c900bbac4a8112c86ddc66e073 (diff)
downloadweechat-85d7c9b6c5155db0156cd36c7b3127eb516399ff.zip
core: add command line option "-t" (or "--temp-dir") to create a temporary WeeChat home (deleted on exit)
Diffstat (limited to 'doc/cs/cmdline_options.cs.adoc')
-rw-r--r--doc/cs/cmdline_options.cs.adoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/cs/cmdline_options.cs.adoc b/doc/cs/cmdline_options.cs.adoc
index 3331559cd..440404e96 100644
--- a/doc/cs/cmdline_options.cs.adoc
+++ b/doc/cs/cmdline_options.cs.adoc
@@ -17,6 +17,18 @@
Pokud tato volba není zadána, použije se promněná prostředí WEECHAT_HOME
(pokud není prázdná)
+// 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*::
Zobrazí nápovědu.