diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-01-30 18:25:21 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-01-30 18:25:21 +0100 |
commit | b766807bc32a1282f7989a6a37fc23f2107d286f (patch) | |
tree | bc2f73fbe312bc09859362c32d0038e5c58cd339 | |
parent | 7a4cfc14d1210603fe01073d64cf9683a24ebba5 (diff) | |
download | profani-tty-b766807bc32a1282f7989a6a37fc23f2107d286f.tar.gz |
command: adapt mood description
-rw-r--r-- | src/command/cmd_defs.c | 6 |
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) |