diff options
author | Peng Haitao <penght@cn.fujitsu.com> | 2008-02-26 13:52:18 -0500 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2008-02-26 13:52:18 -0500 |
commit | acf95d32a44fd8357c24e8a04ec53fc6900bfc58 (patch) | |
tree | 57d8ddb2f5edf1de874a7776ad671b5c52dbf28d | |
parent | 46d439b17f22216ce8f9257a982c6ade5d1c5931 (diff) | |
download | nfs-utils-acf95d32a44fd8357c24e8a04ec53fc6900bfc58.tar.gz nfs-utils-acf95d32a44fd8357c24e8a04ec53fc6900bfc58.tar.xz nfs-utils-acf95d32a44fd8357c24e8a04ec53fc6900bfc58.zip |
Fixed typo in the nfsstat command line arugments.
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/nfsstat/nfsstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c index 828119b..ed8cfc8 100644 --- a/utils/nfsstat/nfsstat.c +++ b/utils/nfsstat/nfsstat.c @@ -237,7 +237,7 @@ static struct option longopts[] = { "all", 0, 0, 'v' }, { "auto", 0, 0, '\3' }, { "client", 0, 0, 'c' }, - { "mounts", 0, 0, 'm' }, + { "mounted", 0, 0, 'm' }, { "nfs", 0, 0, 'n' }, { "rpc", 0, 0, 'r' }, { "server", 0, 0, 's' }, |