- Add a forgotten -o to usage().

- Sync usage() with manpage's SYNOPSIS.
This commit is contained in:
ru 2011-05-05 10:17:49 +00:00
parent 163c172bf2
commit 1e6b02c145

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