diff options
| author | Lexi Winter <lexi@le-fay.org> | 2023-12-27 17:30:31 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2024-01-19 20:22:54 +0000 |
| commit | 266c79883a7e1653f80c482a6fba513c80ac5f35 (patch) | |
| tree | caac9e4bf95fe3e3142d1565b6bab8e5fc0d4308 /usr.bin | |
| parent | c2ec8038a7f1a52c013c2d4d215363ff906c6781 (diff) | |
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/nfsstat/nfsstat.1 | 4 | ||||
| -rw-r--r-- | usr.bin/nfsstat/nfsstat.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 08f254a9613b..f51e2662636d 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -27,7 +27,7 @@ .\" .\" From: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93 .\" -.Dd June 5, 2023 +.Dd December 27, 2023 .Dt NFSSTAT 1 .Os .Sh NAME @@ -38,7 +38,7 @@ statistics .Sh SYNOPSIS .Nm .Op Fl -libxo -.Op Fl cdEemszW +.Op Fl cdEemqszW .Op Fl w Ar wait .Sh DESCRIPTION The diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 1c12fb765e2e..e7e9850eb943 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -512,7 +512,7 @@ static void usage(void) { (void)fprintf(stderr, - "usage: nfsstat [-cdemszW] [-w wait]\n"); + "usage: nfsstat [-cdEemqszW] [-w wait]\n"); exit(1); } |
