diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2011-05-05 10:17:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2011-05-05 10:17:49 +0000 |
| commit | 6d0d87ca78945b062f08ea0bbbd613e514ef1bd4 (patch) | |
| tree | aa113295e3e3bd208b715bace56b7f183dd97e95 /usr.bin | |
| parent | fe3ea03ad2a8c1ed81d7022e245c98ca7b5628a2 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/nfsstat/nfsstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index a232c5e77699..b833123ef622 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -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); } |
