diff options
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" |