mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
- Add a forgotten -o to usage().
- Sync usage() with manpage's SYNOPSIS.
This commit is contained in:
parent
fe3ea03ad2
commit
6d0d87ca78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221492
@ -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