diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-11 21:39:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-11 21:39:46 +0200 |
commit | be575e54000e7c349912c5a1694dbd7293b35df9 (patch) | |
tree | 8e856d2d8a0781fa66e6798adeadc74e51a55a7b /src/core | |
parent | 7f8f5f94e3f09868f7c72d566f00848a8c6bf1d0 (diff) | |
download | weechat-be575e54000e7c349912c5a1694dbd7293b35df9.zip |
core: update translations (issue #1285)
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/weechat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c index 888be9e93..48364c9b8 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -169,6 +169,8 @@ weechat_display_usage () "startup\n" " -c, --colors display default colors in terminal\n" " -d, --dir <path> force a single WeeChat home directory\n" + " or 4 different directories separated " + "by colons (in this order: config, data, cache, runtime)\n" " (environment variable WEECHAT_HOME is " "read if this option is not given)\n" " -t, --temp-dir create a temporary WeeChat home" |