diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-02 12:19:00 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-02 12:24:57 +1000 |
commit | 2241c39b1123bd1bac584f5ac349396560eb2e71 (patch) | |
tree | 46bab23fda17ad5b1f159fae5cbfac5c295659fc | |
parent | b768d6e1f552a9fae2e02256d057a71186620acc (diff) |
syndaemon: fix minor typo in --help output.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | tools/syndaemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syndaemon.c b/tools/syndaemon.c index 9acbbf8..ec36f11 100644 --- a/tools/syndaemon.c +++ b/tools/syndaemon.c @@ -65,7 +65,7 @@ usage(void) fprintf(stderr, " enabling the touchpad. (default is 2.0s)\n"); fprintf(stderr, " -m How many milli-seconds to wait until next poll.\n"); fprintf(stderr, " (default is 200ms)\n"); - fprintf(stderr, " -d Start as a daemon, ie in the background.\n"); + fprintf(stderr, " -d Start as a daemon, i.e. in the background.\n"); fprintf(stderr, " -p Create a pid file with the specified name.\n"); fprintf(stderr, " -t Only disable tapping and scrolling, not mouse movements.\n"); fprintf(stderr, " -k Ignore modifier keys when monitoring keyboard activity.\n"); |