diff options
Diffstat (limited to 'doc/ru/cmdline_options.ru.adoc')
-rw-r--r-- | doc/ru/cmdline_options.ru.adoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ru/cmdline_options.ru.adoc b/doc/ru/cmdline_options.ru.adoc index 930b5a43c..87f3d918f 100644 --- a/doc/ru/cmdline_options.ru.adoc +++ b/doc/ru/cmdline_options.ru.adoc @@ -17,6 +17,18 @@ Если эта опция не задана, будет использована переменная окружения WEECHAT_HOME (если такая переменная задана). +// 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*:: Вывести справку. |