- Add a forgotten -o to usage().
- Sync usage() with manpage's SYNOPSIS.
This commit is contained in:
parent
163c172bf2
commit
1e6b02c145
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user