diff options
| author | 2014-07-29 16:21:23 +0200 | |
|---|---|---|
| committer | 2014-07-29 16:21:23 +0200 | |
| commit | 0381cb7924bd305fa1a481fb4a6f2046bf42260c (patch) | |
| tree | 6ecb1830aa0805f244c64122fd9e85aa7a23fa20 | |
| parent | 2080a5342078ff721310103463b479707c7ee11b (diff) | |
| download | xkbcat-0381cb7924bd305fa1a481fb4a6f2046bf42260c.tar.gz xkbcat-0381cb7924bd305fa1a481fb4a6f2046bf42260c.zip | |
Fix pluralisation in usage
| -rw-r--r-- | xkbcat.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,9 +39,9 @@ char *KeyCodeToStr(int code, int down); int usage() { printf("%s\n%s\n%s\n%s\n", "USAGE: xkbcat [-display <display>] [-delay <usec>] [-up]", - " display X display to target", + " display target X display", " delay polling frequency (microseconds)", - " up also prints on key-ups"); + " up also print key-ups"); exit(0); } |
