diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-19 21:28:09 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-19 21:28:09 +0100 |
commit | 2af553cf8088639857871a37acdd1836399e10cc (patch) | |
tree | 00df0df4b7453d7cdf1fe1c8a5d4d69760eb870d /src/core/wee-command.c | |
parent | 20f9ca7d4acf7629a9d8e884d99054f55bae76d7 (diff) | |
download | weechat-2af553cf8088639857871a37acdd1836399e10cc.zip |
core: fix description of command in /help upgrade
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
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] [<path_to_binary>|-quit]"), N_(" -yes: required if option \"weechat.look.confirm_upgrade\" " "is enabled\n" |