about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-12-06 13:38:46 +0100
committerMichael Vetter <jubalh@iodoru.org>2021-12-06 13:38:46 +0100
commit67fea6f3c452dd8c96feb7c2ad8de90eba632ce7 (patch)
tree58add1dd79a5a41540f7073f3467857d731c8098
parent2f3de0eb0da2792e6e4f0cade0acfea5af9ab370 (diff)
downloadprofani-tty-67fea6f3c452dd8c96feb7c2ad8de90eba632ce7.tar.gz
xep-0107: adjust help
-rw-r--r--src/command/cmd_defs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 4ceb8193..ab491f0c 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2686,14 +2686,14 @@ static struct cmd_t command_defs[] = {
       CMD_TAGS(
               CMD_TAG_CHAT)
       CMD_SYN(
-              "/mood set <mood> [\"Text\"]")
+              "/mood set <mood> [text]")
       CMD_DESC(
-              "Set your mood. Use the tab key to switch through the available moods")
+              "Set your mood (XEP-0107). Use tab to switch through predefined moods.")
       CMD_ARGS(
-              { "set <mood>", "Your mood" },
-              { "<text>", "Additional Text" })
+              { "set <mood>", "Setting your mood." },
+              { "<text>", "Additional Text." })
       CMD_EXAMPLES(
-              "/mood set happy \"I'm happy\"")
+              "/mood set happy \"So happy to use Profanity!\"")
     },
     // NEXT-COMMAND (search helper)
 };