diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index c43d7ad6..78a2e342 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2392,7 +2392,8 @@ static struct cmd_t command_defs[] = CMD_SYN( "/correct ") CMD_DESC( - "Correct and resend the last message (XEP-0308).") + "Correct and resend the last message (XEP-0308)." + "Use tab completion to get the last send message.") CMD_ARGS( { "message", "The corrected message."}) CMD_NOEXAMPLES