diff options
author | Adam Jackson <ajax@redhat.com> | 2009-02-04 17:20:24 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-02-04 17:21:19 -0500 |
commit | 0bad0552bfd4d10529ab51d618af8d08c5aeea71 (patch) | |
tree | 53ac0d5f10d9dc506428d61e372266aa19410db2 /xkb | |
parent | 7968823cbc02615e1080c0d3f34dcebe14ea1771 (diff) |
XKB: Remove -kb and +kb from -help text and man page.
Diffstat (limited to 'xkb')
-rw-r--r-- | xkb/xkbInit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xkb/xkbInit.c b/xkb/xkbInit.c index bc2b41e35..e9b9d65c2 100644 --- a/xkb/xkbInit.c +++ b/xkb/xkbInit.c @@ -688,8 +688,6 @@ XkbProcessArguments(int argc,char *argv[],int i) void XkbUseMsg(void) { - ErrorF("-kb disable the X Keyboard Extension\n"); - ErrorF("+kb enable the X Keyboard Extension\n"); ErrorF("[+-]accessx [ timeout [ timeout_mask [ feedback [ options_mask] ] ] ]\n"); ErrorF(" enable/disable accessx key sequences\n"); ErrorF("-ardelay set XKB autorepeat delay\n"); |