From 2af553cf8088639857871a37acdd1836399e10cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 19 Feb 2018 21:28:09 +0100 Subject: core: fix description of command in /help upgrade --- src/core/wee-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/wee-command.c') diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 881016845..daa2f1b8a 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -8099,7 +8099,7 @@ command_init () &command_unset, NULL, NULL); hook_command ( NULL, "upgrade", - N_("upgrade WeeChat without disconnecting from servers"), + N_("reload the WeeChat binary without disconnecting from servers"), N_("[-yes] [|-quit]"), N_(" -yes: required if option \"weechat.look.confirm_upgrade\" " "is enabled\n" -- cgit v1.2.3