From 59e68f7b7a80e629c3f69ba9d7eafff8b4e5cddd Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 14 Feb 2020 11:19:32 +0100 Subject: [PATCH] xep-0308: Add note about tab completion --- src/command/cmd_defs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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