diff options
author | Stéphane Aulery <lkppo@free.fr> | 2013-07-02 00:06:55 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-07-02 15:18:33 +1000 |
commit | f5ffd59830ff5f4a4f337d56e7e8b4a1930a46e8 (patch) | |
tree | 9f7b4761a1ea9faef05932970fe358682b922f0c /setxkbmap.c | |
parent | cdc2551ef6d644073e3583177ead69ed32045bae (diff) |
Ensure consistency between the manpage and the output of the -h option
This is in addition to the correction [1] for bug #524510 reported by Debian [2].
[1] http://cgit.freedesktop.org/xorg/app/setxkbmap/commit/?id=2011f509c56b73cc62105c689d702f279f522017
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524510
Signed-off-by: Stéphane Aulery <lkppo@free.fr>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'setxkbmap.c')
-rw-r--r-- | setxkbmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setxkbmap.c b/setxkbmap.c index 29a37a2..070f12b 100644 --- a/setxkbmap.c +++ b/setxkbmap.c @@ -245,7 +245,7 @@ usage(int argc, char **argv) " -device <deviceid> Specifies the device ID to use\n" " -display <dpy> Specifies display to use\n" " -geometry <name> Specifies geometry component name\n" - " -I<dir> Add <dir> to list of directories to be used\n" + " -I <dir> Add <dir> to list of directories to be used\n" " -keycodes <name> Specifies keycodes component name\n" " -keymap <name> Specifies name of keymap to load\n" " -layout <name> Specifies layout used to choose component names\n" |