- Add a forgotten -o to usage().

- Sync usage() with manpage's SYNOPSIS.
This commit is contained in:
Ruslan Ermilov 2011-05-05 10:17:49 +00:00
parent fe3ea03ad2
commit 6d0d87ca78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221492

View File

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