projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d439b
)
Fixed typo in the nfsstat command line arugments.
author
Peng Haitao
<penght@cn.fujitsu.com>
Tue, 26 Feb 2008 18:52:18 +0000
(13:52 -0500)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/utils/nfsstat/nfsstat.c
b/utils/nfsstat/nfsstat.c
index
828119b
..
ed8cfc8
100644
(file)
--- 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' },
- { "mount
s
", 0, 0, 'm' },
+ { "mount
ed
", 0, 0, 'm' },
{ "nfs", 0, 0, 'n' },
{ "rpc", 0, 0, 'r' },
{ "server", 0, 0, 's' },