summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Antti K2014-07-29 16:21:23 +0200
committerGravatar Antti K2014-07-29 16:21:23 +0200
commit0381cb7924bd305fa1a481fb4a6f2046bf42260c (patch)
tree6ecb1830aa0805f244c64122fd9e85aa7a23fa20
parent2080a5342078ff721310103463b479707c7ee11b (diff)
downloadxkbcat-0381cb7924bd305fa1a481fb4a6f2046bf42260c.tar.gz
xkbcat-0381cb7924bd305fa1a481fb4a6f2046bf42260c.zip
Fix pluralisation in usage
-rw-r--r--xkbcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xkbcat.c b/xkbcat.c
index 79c3be0..843840e 100644
--- a/xkbcat.c
+++ b/xkbcat.c
@@ -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);
}