summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-04-11 23:45:11 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-04-11 23:45:11 +0200
commit92b96dee1bbc9e974f7d01acfe18972c436d6e19 (patch)
tree1da998319ad9a63d62b97fb4c31e58e450035f9c /src/core/wee-command.c
parentb1de9b49fd29acd99f5fcaba37a306261a8e30cd (diff)
downloadweechat-92b96dee1bbc9e974f7d01acfe18972c436d6e19.zip
Fix completion for /key unbind
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 85f0a9328..2db87b221 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -3824,7 +3824,7 @@ command_init ()
"delete ALL personal bindings (use carefully!)\n"
"missing: add missing keys (using default bindings)"),
"bind %(keys_codes) %(commands)"
- " || unbind %(key_codes)"
+ " || unbind %(keys_codes)"
" || reset"
" || missing",
&command_key, NULL);