diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2001-08-09 18:12:07 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2001-08-09 18:12:07 +0000 |
| commit | 040eea4cc894205b4a786ff68df763dc68a165f9 (patch) | |
| tree | 5ab22275765fd4f8ae789818a1b02be18ae8f953 /usr.sbin | |
| parent | 8b42d7fc116fec2ddcd204b58b8aac41612fb265 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/moused/moused.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index 8b9b9221b0d9..30a234bda49a 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -1006,11 +1006,11 @@ cleanup(int sig) static void usage(void) { - fprintf(stderr, "%s\n%s\n%s\n", + fprintf(stderr, "%s\n%s\n%s\n%s\n", "usage: moused [-DRcdfs] [-I file] [-F rate] [-r resolution] [-S baudrate]", " [-a X [,Y]] [-C threshold] [-m N=M] [-w N] [-z N]", " [-t <mousetype>] [-3 [-E timeout]] -p <port>", - " moused [-d] -i <info> -p <port>"); + " moused [-d] -i <port|if|type|model|all> -p <port>"); exit(1); } |
