about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/command/cmd_defs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 4a51b9dd..4af09204 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2689,13 +2689,13 @@ static struct cmd_t command_defs[] = {
               "/mood set <mood> [text]",
               "/mood clean")
       CMD_DESC(
-              "Set your mood (XEP-0107). Use tab to switch through predefined moods.")
+              "Set your mood (XEP-0107).")
       CMD_ARGS(
-              { "set <mood>", "Setting your mood." },
-              { "<text>", "Additional Text." },
+              { "set <mood> <", "Set user mood to <mood> with an optional [text]. Use /mood set <tab> to toggle through predfined moods." },
               { "clean", "Clean your user mood." })
       CMD_EXAMPLES(
               "/mood set happy \"So happy to use Profanity!\"",
+              "/mood set amazed",
               "/mood clean")
     },
     // NEXT-COMMAND (search helper)