diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-01-23 19:44:33 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-01-23 19:44:33 +0100 |
commit | ff574371557d629d0f0a1b6613788453019d3621 (patch) | |
tree | 4710e2f58bb13568df7545683b63eb0ce18a9358 /src | |
parent | 56b7482b0817e33286d5a941c0811d05514377d4 (diff) | |
download | profani-tty-ff574371557d629d0f0a1b6613788453019d3621.tar.gz |
Fix titlebar and rosterbar description
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 3ed8213e..16cf5c7f 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -291,8 +291,7 @@ static struct cmd_t command_defs[] = "/roster room unread before|after|off", "/roster room show server", "/roster room hide server", - "/roster room use name", - "/roster room use jid", + "/roster room use name|jid", "/roster private room|group|off", "/roster private char <char>|none", "/roster header char <char>|none", @@ -1303,7 +1302,7 @@ static struct cmd_t command_defs[] = "/titlebar up", "/titlebar down", "/titlebar show|hide [encwarn|resource|tls]", - "/titlebar use [name|jid]" + "/titlebar use name|jid" ) CMD_DESC( "Titlebar settings.") |