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

Added some info for commands and options help

This commit is contained in:
Sebastien Helleu
2006-01-21 21:26:24 +00:00
parent 083ede73fd
commit 3c16d49d2d
24 changed files with 2186 additions and 2054 deletions
+4 -1
View File
@@ -160,7 +160,10 @@ t_weechat_command weechat_commands[] =
"Without argument, /unignore command lists all defined ignore."),
"*|%n *|action|ctcp|dcc|pv|%I *|%c *|%s",
0, 4, weechat_cmd_unignore, NULL },
{ "upgrade", N_("upgrade WeeChat without disconnecting from servers"), "", "",
{ "upgrade", N_("upgrade WeeChat without disconnecting from servers"),
"",
N_("This command run again WeeChat binary, so it should have been compiled "
"installed with a package manager before running this command."),
NULL, 0, 0, weechat_cmd_upgrade, NULL },
{ "uptime", N_("show WeeChat uptime"),
N_("[-o]"),