1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

xep-0107: adjust help

This commit is contained in:
Michael Vetter 2021-12-06 13:38:46 +01:00
parent 2f3de0eb0d
commit 67fea6f3c4

View File

@ -2686,14 +2686,14 @@ static struct cmd_t command_defs[] = {
CMD_TAGS( CMD_TAGS(
CMD_TAG_CHAT) CMD_TAG_CHAT)
CMD_SYN( CMD_SYN(
"/mood set <mood> [\"Text\"]") "/mood set <mood> [text]")
CMD_DESC( 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( CMD_ARGS(
{ "set <mood>", "Your mood" }, { "set <mood>", "Setting your mood." },
{ "<text>", "Additional Text" }) { "<text>", "Additional Text." })
CMD_EXAMPLES( CMD_EXAMPLES(
"/mood set happy \"I'm happy\"") "/mood set happy \"So happy to use Profanity!\"")
}, },
// NEXT-COMMAND (search helper) // NEXT-COMMAND (search helper)
}; };