Options added in rev 1.14 were not documented in usage().

This commit is contained in:
David E. O'Brien 1999-12-16 09:49:24 +00:00
parent 7d9451f143
commit 6e0442dee9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54674

View File

@ -444,7 +444,7 @@ void
usage()
{
(void)fprintf(stderr,
"usage: nfsstat [-M core] [-N system] [-w interval]\n");
"usage: nfsstat [-csW] [-M core] [-N system] [-w interval]\n");
exit(1);
}