summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.c
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2001-08-09 18:12:07 +0000
committerdougb <dougb@FreeBSD.org>2001-08-09 18:12:07 +0000
commiteadfc19f0c88f080ed9e9cf13bbfe807f019e74a (patch)
tree5ab22275765fd4f8ae789818a1b02be18ae8f953 /usr.sbin/moused/moused.c
parentf31a34e5d1b941403d2f178596ba7550be67bd0d (diff)
downloadFreeBSD-src-eadfc19f0c88f080ed9e9cf13bbfe807f019e74a.zip
FreeBSD-src-eadfc19f0c88f080ed9e9cf13bbfe807f019e74a.tar.gz
Expand the usage info to include the possible options for -i,
and fix the printf so that the line actually gets printed.
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 8b9b922..30a234b 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);
}
OpenPOWER on IntegriCloud