diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-02-14 11:19:32 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-02-14 11:19:32 +0100 |
commit | 59e68f7b7a80e629c3f69ba9d7eafff8b4e5cddd (patch) | |
tree | 125a731ab1ef48fb253edf595d0ebd557f2c1057 | |
parent | fdffd16126a71142230efc052295229d26a8ea90 (diff) | |
download | profani-tty-59e68f7b7a80e629c3f69ba9d7eafff8b4e5cddd.tar.gz |
xep-0308: Add note about tab completion
-rw-r--r-- | src/command/cmd_defs.c | 3 |
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 |