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

Fix occupants header char message

This commit is contained in:
Michael Vetter 2019-04-24 08:19:24 +02:00
parent 125ca2f0d2
commit 259c5801cf

View File

@ -767,8 +767,8 @@ static struct cmd_t command_defs[] =
{ "default show|hide jid", "Whether occupants jids are shown by default in new rooms." },
{ "size <percent>", "Percentage of the screen taken by the occupants list in rooms (1-99)." },
{ "indent <indent>", "Indent contact line by <indent> spaces (0 to 10)." },
{ "header char <char>", "Prefix roster headers with specified character." },
{ "header char none", "Remove roster header character prefix." })
{ "header char <char>", "Prefix occupants headers with specified character." },
{ "header char none", "Remove occupants header character prefix." })
CMD_NOEXAMPLES
},