diff options
| author | 2014-07-29 16:08:53 +0200 | |
|---|---|---|
| committer | 2014-07-29 16:13:06 +0200 | |
| commit | 99088d2189fd1215b41b4ecfb947ef0b11eab290 (patch) | |
| tree | d754e76be3271a07b73c93461f58db5398415abd | |
| parent | b62afc5174eb936d74cd24af0658f3857a847c3f (diff) | |
| download | xkbcat-99088d2189fd1215b41b4ecfb947ef0b11eab290.tar.gz xkbcat-99088d2189fd1215b41b4ecfb947ef0b11eab290.zip | |
Clarify delay microseconds usage
| -rw-r--r-- | xkbcat.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,9 +38,9 @@ char *KeyCodeToStr(int code, int down); int usage() { printf("%s\n%s\n%s\n%s\n", - "USAGE: xspy [-display <display>] [-delay <usecs>] [-up]", + "USAGE: xkbcat [-display <display>] [-delay <usec>] [-up]", " display X display to target", - " delay polling frequency (.1 sec is 100000 usecs)", + " delay polling frequency (microseconds)", " up also prints on key-ups"); exit(0); } |
