mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
core: remove extra spaces in arguments of /help uptime and /help version
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user