diff options
author | Peter Osterlund <petero2@telia.com> | 2003-11-20 18:34:18 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:26 +0200 |
commit | 569a0c1ab70184b1be93cb15795f2b7b9830505b (patch) | |
tree | 2fb87c339e1fee0adec231246c94cb56487102bc /syndaemon.c | |
parent | 069e4a26a67d11c1a0c2194f09ead2acad1a75ba (diff) |
In the syndaemon help message, print the default disable
time. (Suggestion from Frédéric Bothamy <frederic.bothamy@free.fr>.)
Diffstat (limited to 'syndaemon.c')
-rw-r--r-- | syndaemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syndaemon.c b/syndaemon.c index 256c7aa..93bdf6a 100644 --- a/syndaemon.c +++ b/syndaemon.c @@ -19,7 +19,7 @@ static void usage() { fprintf(stderr, "Usage: syndaemon [-i idle-time]\n"); fprintf(stderr, " -i How many seconds to wait after the last key press before\n"); - fprintf(stderr, " enabling the touchpad.\n"); + fprintf(stderr, " enabling the touchpad. (default is 2s)\n"); exit(1); } |