summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-command.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 09a020ad3..10da86621 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -4259,7 +4259,10 @@ command_init ()
&command_proxy, NULL);
hook_command (NULL, "quit",
N_("quit WeeChat"),
- "", "",
+ N_("[arguments]"),
+ N_("arguments: text sent with signal \"quit\"\n"
+ " (for example irc plugin uses this text to "
+ "send quit message to server)"),
"",
&command_quit, NULL);
hook_command (NULL, "reload",