about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-04-25 09:06:10 +0200
committerGitHub <noreply@github.com>2020-04-25 09:06:10 +0200
commit570863df1b84f022f21f868dbdc4d2b42aebe914 (patch)
tree6405de61c292d83b35dfc4f4f4fbe12cac9cd2dc /src
parentd572ffa0618078820ec3869ea180d57affb22fec (diff)
parent7154c357e4bdba8e5263a67118d727a26e910540 (diff)
downloadprofani-tty-570863df1b84f022f21f868dbdc4d2b42aebe914.tar.gz
Merge pull request #1325 from wstrm/docs/improve-correction-help
Mention the related commands for /correct and /correction
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_defs.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 929ce222..18326a81 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2394,8 +2394,9 @@ static struct cmd_t command_defs[] =
             "/correction <on>|<off>",
             "/correction char <char>")
         CMD_DESC(
-            "Settings regarding Last Message Correction (XEP-0308)."
-            "Corrections will only work in MUC and regular chat windows. MUC PMs won't be allowed.")
+            "Settings regarding Last Message Correction (XEP-0308). "
+            "Corrections will only work in MUC and regular chat windows. MUC PMs won't be allowed. "
+            "For more information on how to correct messages, see: /help correct.")
         CMD_ARGS(
             { "on|off", "Enable/Disable support for last message correction."},
             { "char",   "Set character that will prefix corrected messages. Default: '+'."})
@@ -2413,7 +2414,8 @@ static struct cmd_t command_defs[] =
             "/correct <message>")
         CMD_DESC(
             "Correct and resend the last message (XEP-0308). "
-            "Use tab completion to get the last send message.")
+            "Use tab completion to get the last sent message. "
+            "For more information on how to configure corrections, see: /help correction.")
         CMD_ARGS(
             { "message",    "The corrected message."})
         CMD_NOEXAMPLES