summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-12-03 12:03:08 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-12-03 12:03:08 +0100
commit67a364550f083375ca1e4fb7b9cf53803490892a (patch)
tree9b0eeed1ebab42811d3c470d8868311a5a4eac54 /src
parent64592951b5bb2656838531972d03168f78fef262 (diff)
downloadweechat-67a364550f083375ca1e4fb7b9cf53803490892a.zip
core: fix typo in weechat --help
Diffstat (limited to 'src')
-rw-r--r--src/core/weechat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c
index 1900ca6e1..89abdab3f 100644
--- a/src/core/weechat.c
+++ b/src/core/weechat.c
@@ -174,7 +174,7 @@ weechat_display_usage ()
"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"
+ " -t, --temp-dir create a temporary WeeChat home "
"directory and delete it on exit\n"
" (incompatible with option \"-d\")\n"
" -h, --help display this help\n"