summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-12-16 09:49:24 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-12-16 09:49:24 +0000
commit6e0442dee9ba0923ddf8eb00f46008dd6013c9f0 (patch)
tree8a434f0bc1c797b095034f8e49db4154e4da66cd
parent7d9451f143655632b2e6e4f98a9e6e6bd41d507f (diff)
Notes
-rw-r--r--usr.bin/nfsstat/nfsstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c
index 8cae7d27933c..25ef8e547e2c 100644
--- a/usr.bin/nfsstat/nfsstat.c
+++ b/usr.bin/nfsstat/nfsstat.c
@@ -444,7 +444,7 @@ void
usage()
{
(void)fprintf(stderr,
- "usage: nfsstat [-M core] [-N system] [-w interval]\n");
+ "usage: nfsstat [-csW] [-M core] [-N system] [-w interval]\n");
exit(1);
}