1
0
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

xep-0308: Add note about tab completion

This commit is contained in:
Michael Vetter 2020-02-14 11:19:32 +01:00
parent fdffd16126
commit 59e68f7b7a

View File

@ -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