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

Submitted by:	Jordan Sissel <psionic@csh.rit.edu>
This commit is contained in:
Philip Paeps 2005-01-06 08:38:29 +00:00
parent e726a7e116
commit 45efbba5c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139760

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