diff options
author | James Booth <boothj5@gmail.com> | 2014-05-17 23:20:23 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-05-17 23:20:23 +0100 |
commit | 10a879897357c961b518085316f177022247ca01 (patch) | |
tree | 9fd3fee2a9e982df2787e844b9c5b09c5be1171f | |
parent | cb614ec36f067b806b9896a2d37459e001982643 (diff) | |
download | profani-tty-10a879897357c961b518085316f177022247ca01.tar.gz |
Corrected bookmark help
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index 22c9670a..08ad452a 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -303,7 +303,7 @@ static struct cmd_t command_defs[] = cmd_bookmark, parse_args, 1, 8, NULL, { "/bookmark list|add|update|remove|join [room@server] [nick value] [password value] [autojoin on|off]", "Manage bookmarks.", { "/bookmark list|add|update|remove|join [room@server] [nick value] [password value] [autojoin on|off]", - "-----------------------------------------------------------", + "---------------------------------------------------------------------------------------------------", "Manage bookmarks.", "list: List all bookmarks.", "add: Add a bookmark for room@server with the following optional properties:", |