diff options
Diffstat (limited to 'src/common/command.c')
-rw-r--r-- | src/common/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/command.c b/src/common/command.c index e103dbd4b..ced60c86b 100644 --- a/src/common/command.c +++ b/src/common/command.c @@ -178,7 +178,7 @@ t_weechat_command weechat_commands[] = { "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."), + "or installed with a package manager before running this command."), NULL, 0, 0, weechat_cmd_upgrade, NULL }, { "uptime", N_("show WeeChat uptime"), N_("[-o]"), |