Changeset 39a531d for commands.c


Ignore:
Timestamp:
Feb 1, 2012, 1:41:35 PM (12 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.9
Children:
1f39ded, 87d7e14
Parents:
bd482c3
git-author:
Betsy Riley <rileyb@mit.edu> (02/01/12 13:23:30)
git-committer:
David Benjamin <davidben@mit.edu> (02/01/12 13:41:35)
Message:
Fixed typo in unbindkey Usage error

[davidben@mit.edu: Oh hey, we have one of those in the help text too.
I'll just fix it here.]
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rf89cc6f r39a531d  
    9696  OWLCMD_ARGS("unbindkey", owl_command_unbindkey, OWL_CTX_ANY,
    9797              "removes a binding in a keymap",
    98               "bindkey <keymap> <keyseq>",
     98              "unbindkey <keymap> <keyseq>",
    9999              "Removes a binding of a key sequence within a keymap.\n"
    100100              "Use 'show keymaps' to see the existing keymaps.\n"
     
    17781778
    17791779  if (argc < 3) {
    1780     owl_function_makemsg("Usage: bindkey <keymap> <binding>");
     1780    owl_function_makemsg("Usage: unbindkey <keymap> <binding>");
    17811781    return NULL;
    17821782  }
Note: See TracChangeset for help on using the changeset viewer.