summaryrefslogtreecommitdiff
path: root/synclient.c
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-05-02 19:09:14 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:00:55 +0200
commit436ecd0605c223155d54236daf196873defaa154 (patch)
treeb5d432cd04af5d4cf8d1e5e3a6687c3d6cc7b521 /synclient.c
parent7ac888545b789e4aaf0bcb376e7f47077740d5c6 (diff)
Fixed incorrect usage text in synclient.
Diffstat (limited to 'synclient.c')
-rw-r--r--synclient.c2
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");