diff options
author | Peter Osterlund <petero2@telia.com> | 2003-05-02 19:09:14 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:00:55 +0200 |
commit | 436ecd0605c223155d54236daf196873defaa154 (patch) | |
tree | b5d432cd04af5d4cf8d1e5e3a6687c3d6cc7b521 /synclient.c | |
parent | 7ac888545b789e4aaf0bcb376e7f47077740d5c6 (diff) |
Fixed incorrect usage text in synclient.
Diffstat (limited to 'synclient.c')
-rw-r--r-- | synclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synclient.c b/synclient.c index 94ba30b..8d62856 100644 --- a/synclient.c +++ b/synclient.c @@ -160,7 +160,7 @@ static void monitor(SynapticsSHM* synshm, int delay) static void usage() { fprintf(stderr, "Usage: synclient [-m interval] [-h] [-l] [-?] [var1=value1 [var2=value2] ...]\n"); - fprintf(stderr, " -m monitor changes to the touchpad state. interval specifies how often\n" + fprintf(stderr, " -m monitor changes to the touchpad state.\n" " interval specifies how often (in ms) to poll the touchpad state\n"); fprintf(stderr, " -h Show detected hardware properties\n"); fprintf(stderr, " -l List current user settings\n"); |