summaryrefslogtreecommitdiffstats
path: root/cmd-bind-key.c
diff options
context:
space:
mode:
authornicm <nicm>2020-01-30 08:02:25 +0000
committernicm <nicm>2020-01-30 08:02:25 +0000
commit87bcc0c7e0fa0aded9a05093caaf22f3a080753d (patch)
tree27642d6c34224cc3265347d4fab7eeaa24c4ba73 /cmd-bind-key.c
parent44dad918f82124272486dfd4439dd72cb969fa12 (diff)
Remove bind-key -c which doesn't do anything and is undocumented.
Diffstat (limited to 'cmd-bind-key.c')
-rw-r--r--cmd-bind-key.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-bind-key.c b/cmd-bind-key.c
index 27f75dd0..bc6a3d40 100644
--- a/cmd-bind-key.c
+++ b/cmd-bind-key.c
@@ -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,