commit ab224b4c02cb56e79eb914db542584fc0f7ef3db
parent f72b677c770d9b9a1cc670f89fc6b0ee1b57ab52
Author: hhvn <dev@hhvn.uk>
Date: Thu, 9 Dec 2021 19:08:01 +0000
commands.c: /bind usage
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands.c b/commands.c
@@ -84,7 +84,7 @@ struct Command commands[] = {
"Sets, clears, or checks topic in channel.",
"Provide only channel name to check.", NULL}},
{"bind", command_bind, {
- "usage: /bind [<keybind> ['/']<cmd>]",
+ "usage: /bind [<keybind> [cmd]]",
" /bind -delete <keybind>",
"Bind command to key.",
"Accepts caret formatted control characters (eg, ^C).",