summaryrefslogtreecommitdiffstats
path: root/utils/nfsstat
diff options
context:
space:
mode:
authorSteinar H. Gunderson <sgunderson@bigfoot.com>2008-03-10 14:55:47 -0400
committerSteve Dickson <steved@redhat.com>2008-03-10 14:55:47 -0400
commitb587496ba83ac7da31a33a0e1fd533773f3240ce (patch)
treed6da3eb77c6ea3f15ae0e26979427c874520d115 /utils/nfsstat
parent0a4a2cba3a4f479c51f45fd66d761ffa4593e9e4 (diff)
downloadnfs-utils-b587496ba83ac7da31a33a0e1fd533773f3240ce.tar.gz
nfs-utils-b587496ba83ac7da31a33a0e1fd533773f3240ce.tar.xz
nfs-utils-b587496ba83ac7da31a33a0e1fd533773f3240ce.zip
Fixed a couple typos that effected the '--mounts' nfsstat option
Signed-off-by: Steinar H. Gunderson <sgunderson@bigfoot.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/nfsstat')
-rw-r--r--utils/nfsstat/nfsstat.c2
-rw-r--r--utils/nfsstat/nfsstat.man2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c
index ed8cfc8..aa6c961 100644
--- a/utils/nfsstat/nfsstat.c
+++ b/utils/nfsstat/nfsstat.c
@@ -207,7 +207,7 @@ void usage(char *name)
{
printf("Usage: %s [OPTION]...\n\
\n\
- -m, --mounted\t\tShow statistics on mounted NFS filesystems\n\
+ -m, --mounts\t\tShow statistics on mounted NFS filesystems\n\
-c, --client\t\tShow NFS client statistics\n\
-s, --server\t\tShow NFS server statistics\n\
-2\t\t\tShow NFS version 2 statistics\n\
diff --git a/utils/nfsstat/nfsstat.man b/utils/nfsstat/nfsstat.man
index 2c39191..cb5f89f 100644
--- a/utils/nfsstat/nfsstat.man
+++ b/utils/nfsstat/nfsstat.man
@@ -35,7 +35,7 @@ Print only NFS v3 statistics.
.B \-4
Print only NFS v4 statistics.
.TP
-.B \-m, \-\-mounted
+.B \-m, \-\-mounts
Print information about each of the mounted \fBNFS\fR file systems.
If this option is used, all other options are ignored.