about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-05-27 09:36:41 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-05-27 09:36:41 +0200
commit09f3c08af5dd95b48a322a5c8dd6ce4750ca244c (patch)
tree6b0f0770efdad6401013b7180a0a0a2fe59af30d /src/command/cmd_defs.c
parent5528a34190e6ece82390b31a4af0ed6e1c6392b6 (diff)
downloadprofani-tty-09f3c08af5dd95b48a322a5c8dd6ce4750ca244c.tar.gz
Fix description of mood
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index e62e2d2d..b6053e12 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2718,7 +2718,7 @@ static struct cmd_t command_defs[] = {
       CMD_DESC(
               "Set your mood (XEP-0107).")
       CMD_ARGS(
-              { "set <mood> <", "Set user mood to <mood> with an optional [text]. Use /mood set <tab> to toggle through predfined moods." },
+              { "set <mood> [text]", "Set user mood to <mood> with an optional [text]. Use /mood set <tab> to toggle through predfined moods." },
               { "clear", "Clear your user mood." })
       CMD_EXAMPLES(
               "/mood set happy \"So happy to use Profanity!\"",