summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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