Document the -V and -U options in usage().

Submitted by:	Jordan Sissel <psionic@csh.rit.edu>
This commit is contained in:
philip 2005-01-06 08:38:29 +00:00
parent c76c089dc2
commit b25d8559d6

View File

@ -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);
}