Remove bind-key -c which doesn't do anything and is undocumented.

pull/2075/head
nicm 2020-01-30 08:02:25 +00:00
parent 44dad918f8
commit 87bcc0c7e0
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ const struct cmd_entry cmd_bind_key_entry = {
.name = "bind-key",
.alias = "bind",
.args = { "cnrN:T:", 2, -1 },
.usage = "[-cnr] [-T key-table] [-N note] key "
.args = { "nrN:T:", 2, -1 },
.usage = "[-nr] [-T key-table] [-N note] key "
"command [arguments]",
.flags = CMD_AFTERHOOK,