Changeset 07cd24d for commands.c


Ignore:
Timestamp:
Mar 11, 2012, 11:23:41 PM (12 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
release-1.8
Children:
12a4d6e
Parents:
5044ea9
git-author:
Betsy Riley <rileyb@mit.edu> (02/01/12 13:23:30)
git-committer:
David Benjamin <davidben@mit.edu> (03/11/12 23:23:41)
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

    refeec7f r07cd24d  
    100100  OWLCMD_ARGS("unbindkey", owl_command_unbindkey, OWL_CTX_ANY,
    101101              "removes a binding in a keymap",
    102               "bindkey <keymap> <keyseq>",
     102              "unbindkey <keymap> <keyseq>",
    103103              "Removes a binding of a key sequence within a keymap.\n"
    104104              "Use 'show keymaps' to see the existing keymaps.\n"
     
    17821782
    17831783  if (argc < 3) {
    1784     owl_function_makemsg("Usage: bindkey <keymap> <binding>");
     1784    owl_function_makemsg("Usage: unbindkey <keymap> <binding>");
    17851785    return NULL;
    17861786  }
Note: See TracChangeset for help on using the changeset viewer.