diff options
Diffstat (limited to 'src/common/command.c')
-rw-r--r-- | src/common/command.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/command.c b/src/common/command.c index c66ecf79f..0f2cea7a8 100644 --- a/src/common/command.c +++ b/src/common/command.c @@ -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]"), |