1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fix formatting for invite command help

This commit is contained in:
Michael Vetter 2019-11-05 22:17:22 +01:00
parent b9734c8496
commit 4a0d1d2108

View File

@ -597,7 +597,7 @@ static struct cmd_t command_defs[] =
{ "decline <room>", "Decline a chat room invitation."})
CMD_EXAMPLES(
"/invite send gustavo@pollos.tx",
"/invite decline profanity@rooms.dismail.de"
"/invite decline profanity@rooms.dismail.de",
"/invite list")
},