summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-09-19 21:25:27 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-09-19 21:25:27 +0200
commit5cf419dd6326c97a3f273088d76b97beea343b4f (patch)
treea53a7960d9a370fa2fb78defa1fd925c063e4d6a
parentscript: add options "-ol" and "-il" in command /script, display "No scripts loaded" if no scripts are loaded (diff)
downloadweechat-5cf419dd6326c97a3f273088d76b97beea343b4f.tar.xz
weechat-5cf419dd6326c97a3f273088d76b97beea343b4f.zip
core: remove extra spaces in arguments of /help uptime and /help version
-rw-r--r--src/core/wee-command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 0f779014f..1f5debd96 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -8114,7 +8114,7 @@ command_init ()
hook_command (
NULL, "uptime",
N_("show WeeChat uptime"),
- "[-o | -ol]",
+ "[-o|-ol]",
N_(" -o: send uptime to current buffer as input (English string)\n"
"-ol: send uptime to current buffer as input (translated string)"),
"-o|-ol",
@@ -8122,7 +8122,7 @@ command_init ()
hook_command (
NULL, "version",
N_("show WeeChat version and compilation date"),
- "[-o | -ol]",
+ "[-o|-ol]",
N_(" -o: send version to current buffer as input (English string)\n"
"-ol: send version to current buffer as input (translated string)\n"
"\n"