]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Fixed typo in the nfsstat command line arugments.
authorPeng Haitao <penght@cn.fujitsu.com>
Tue, 26 Feb 2008 18:52:18 +0000 (13:52 -0500)
committerSteve Dickson <steved@redhat.com>
Tue, 26 Feb 2008 18:52:18 +0000 (13:52 -0500)
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/nfsstat/nfsstat.c

index 828119b724d17a440fbe5ddb013dff2b76314a35..ed8cfc829a24f19a9c980512d9afbeae496fcfde 100644 (file)
@@ -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' },