about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/command/cmd_defs.c3
1 files changed, 2 insertions, 1 deletions
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 <message>")
         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