diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-04-24 08:19:24 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-04-24 09:49:14 +0200 |
commit | 259c5801cf5ab4a90a6bbf55607709e4f4bbd223 (patch) | |
tree | 7248c66ad02b323ace3509fddc203337a02d552f | |
parent | 125ca2f0d2e0513ed8b47ba05a193fccbcb9d79d (diff) | |
download | profani-tty-259c5801cf5ab4a90a6bbf55607709e4f4bbd223.tar.gz |
Fix occupants header char message
-rw-r--r-- | src/command/cmd_defs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 5c002882..c77caf3b 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -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 }, |