mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
- Add a forgotten -o to usage().
- Sync usage() with manpage's SYNOPSIS.
This commit is contained in:
parent
fe3ea03ad2
commit
6d0d87ca78
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue