summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.c
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1998-03-12 15:00:06 +0000
committeryokota <yokota@FreeBSD.org>1998-03-12 15:00:06 +0000
commit96f309afbdb8388d731e4a19fad3a087904e44ba (patch)
treee79da6e1b1d9551a3bc08ded8017aeddf99a1e96 /usr.sbin/moused/moused.c
parentc4e3921907089a60c01c38a4d75ccffd317698f8 (diff)
downloadFreeBSD-src-96f309afbdb8388d731e4a19fad3a087904e44ba.zip
FreeBSD-src-96f309afbdb8388d731e4a19fad3a087904e44ba.tar.gz
- Describe the -I option in the man page.
- Add the -I option in the usage line.
Diffstat (limited to 'usr.sbin/moused/moused.c')
-rw-r--r--usr.sbin/moused/moused.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c
index 0b74614..cba9913 100644
--- a/usr.sbin/moused/moused.c
+++ b/usr.sbin/moused/moused.c
@@ -46,7 +46,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: moused.c,v 1.16 1998/03/06 03:09:31 yokota Exp $";
+ "$Id: moused.c,v 1.17 1998/03/07 09:03:43 jkh Exp $";
#endif /* not lint */
#include <err.h>
@@ -754,7 +754,7 @@ static void
usage(void)
{
fprintf(stderr, "%s\n%s\n%s\n",
- "usage: moused [-3DRcdfs] [-F rate] [-r resolution] [-S baudrate] [-C threshold]",
+ "usage: moused [-3DRcdfs] [-I file] [-F rate] [-r resolution] [-S baudrate] [-C threshold]",
" [-m N=M] [-z N] [-t <mousetype>] -p <port>",
" moused [-d] -i -p <port>");
exit(1);
OpenPOWER on IntegriCloud