summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2005-01-06 08:38:29 +0000
committerphilip <philip@FreeBSD.org>2005-01-06 08:38:29 +0000
commitb25d8559d69b15a619dbf91787dae6050923a491 (patch)
treed039b8401c0b756967e64feb53169f4c659de467 /usr.sbin/moused
parentc76c089dc2a9994403b8714bd06432ec4e3050a3 (diff)
downloadFreeBSD-src-b25d8559d69b15a619dbf91787dae6050923a491.zip
FreeBSD-src-b25d8559d69b15a619dbf91787dae6050923a491.tar.gz
Document the -V and -U options in usage().
Submitted by: Jordan Sissel <psionic@csh.rit.edu>
Diffstat (limited to 'usr.sbin/moused')
-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 7a6fd4b..efc802d 100644
--- a/usr.sbin/moused/moused.c
+++ b/usr.sbin/moused/moused.c
@@ -1155,8 +1155,8 @@ usage(void)
{
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>] [-l level] [-3 [-E timeout]] -p <port>",
+ " [-V [-U threshold]] [-a X [,Y]] [-C threshold] [-m N=M] [-w N]",
+ " [-z N] [-t <mousetype>] [-l level] [-3 [-E timeout]] -p <port>",
" moused [-d] -i <port|if|type|model|all> -p <port>");
exit(1);
}
OpenPOWER on IntegriCloud