diff options
author | steve <steve@FreeBSD.org> | 1998-12-13 23:26:21 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-13 23:26:21 +0000 |
commit | a8cfc40f4d112ac6fdb45726c636d40d518bd692 (patch) | |
tree | c5f1b9aa2360e983938518073ac99e8f72c626f7 /usr.sbin/moused/moused.c | |
parent | 544e5b8db6c7048c84b81639a867397cdce63b1c (diff) | |
download | FreeBSD-src-a8cfc40f4d112ac6fdb45726c636d40d518bd692.zip FreeBSD-src-a8cfc40f4d112ac6fdb45726c636d40d518bd692.tar.gz |
Cleanup usage string: -i takes an argument.
PR: 8315
Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
Diffstat (limited to 'usr.sbin/moused/moused.c')
-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 21caca1..a4ef99b 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.22 1998/11/20 11:19:20 yokota Exp $"; + "$Id: moused.c,v 1.23 1998/11/20 11:22:17 yokota Exp $"; #endif /* not lint */ #include <err.h> @@ -814,7 +814,7 @@ usage(void) fprintf(stderr, "%s\n%s\n%s\n", "usage: moused [-3DRcdfs] [-I file] [-F rate] [-r resolution] [-S baudrate]", " [-C threshold] [-m N=M] [-w N] [-z N] [-t <mousetype>] -p <port>", - " moused [-d] -i -p <port>"); + " moused [-d] -i <info> -p <port>"); exit(1); } |