diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
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!\"", |