1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

core: add note about alias /v in /help version

This commit is contained in:
Sébastien Helleu
2015-01-29 07:49:55 +01:00
parent 0d9398d038
commit d3c309c787
19 changed files with 99 additions and 35 deletions
+5 -1
View File
@@ -7835,7 +7835,11 @@ command_init ()
N_("show WeeChat version and compilation date"),
"[-o | -ol]",
N_(" -o: send version to current buffer as input (English string)\n"
"-ol: send version to current buffer as input (translated string)"),
"-ol: send version to current buffer as input (translated string)\n"
"\n"
"The default alias /v can be used to execute this command on "
"all buffers (otherwise the irc command /version is used on irc "
"buffers)."),
"-o|-ol",
&command_version, NULL);
hook_command (