From b587496ba83ac7da31a33a0e1fd533773f3240ce Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 10 Mar 2008 14:55:47 -0400 Subject: [PATCH] Fixed a couple typos that effected the '--mounts' nfsstat option Signed-off-by: Steinar H. Gunderson Signed-off-by: Steve Dickson --- utils/nfsstat/nfsstat.c | 2 +- utils/nfsstat/nfsstat.man | 2 +- 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. -- 2.39.2