walters / rpms / nfs-utils

Forked from rpms/nfs-utils 6 years ago
Clone
4c886b7
commit acf95d32a44fd8357c24e8a04ec53fc6900bfc58
4c886b7
Author: Peng Haitao <penght@cn.fujitsu.com>
4c886b7
Date:   Tue Feb 26 13:52:18 2008 -0500
4c886b7
4c886b7
    Fixed typo in the nfsstat command line arugments.
4c886b7
    
4c886b7
    Signed-off-by: Steve Dickson <steved@redhat.com>
4c886b7
4c886b7
diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c
4c886b7
index 828119b..ed8cfc8 100644
4c886b7
--- a/utils/nfsstat/nfsstat.c
4c886b7
+++ b/utils/nfsstat/nfsstat.c
4c886b7
@@ -237,7 +237,7 @@ static struct option longopts[] =
4c886b7
 	{ "all", 0, 0, 'v' },
4c886b7
 	{ "auto", 0, 0, '\3' },
4c886b7
 	{ "client", 0, 0, 'c' },
4c886b7
-	{ "mounts", 0, 0, 'm' },
4c886b7
+	{ "mounted", 0, 0, 'm' },
4c886b7
 	{ "nfs", 0, 0, 'n' },
4c886b7
 	{ "rpc", 0, 0, 'r' },
4c886b7
 	{ "server", 0, 0, 's' },