summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael Adam <obnox@redhat.com>2017-09-01 03:28:03 +0200
committerPrasanna Kumar Kalever <pkalever@redhat.com>2017-09-15 12:03:07 +0000
commit9d76a57dc9cd804f15042ccd683b7d05e35b9b7a (patch)
tree3946e69be43fe678d315161740b683e51e4f6dbe /docs
parentf45ef68512a56ab438c307045a72c5efd467e593 (diff)
docs: fix error in gluster-blockd manpage
Examples used --glfs-cache-count instead of --glfs-lru-count. Change-Id: Ia45cb32d91ff4f4490a64ab014212c0e7aa9fb7c Signed-off-by: Michael Adam <obnox@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/gluster-blockd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gluster-blockd.8 b/docs/gluster-blockd.8
index 80655c1..43912d9 100644
--- a/docs/gluster-blockd.8
+++ b/docs/gluster-blockd.8
@@ -41,13 +41,13 @@ Print the program version.
.SH EXAMPLES
.nf
With lru cache capacity 10
-.B # gluster-blockd --glfs-cache-count 10
+.B # gluster-blockd --glfs-lru-count 10
To choose log-level DEBUG
.B # gluster-blockd --log-level DEBUG
With lru cache capacity 8 and log-level ERROR
-.B # gluster-blockd --glfs-cache-count 8 --log-level ERROR
+.B # gluster-blockd --glfs-lru-count 8 --log-level ERROR
.fi
.PP