From cb2880a16543a724af1214fafc736bf1a8d28495 Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Thu, 11 Aug 2016 09:21:01 +0800 Subject: [PATCH] doc: replace cluster name with cluster-name to avoid confusing Signed-off-by: Chengwei Yang --- doc/man/8/rbd.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 85f9c8616d680..7564be0ef993e 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -9,7 +9,7 @@ Synopsis ======== -| **rbd** [ -c *ceph.conf* ] [ -m *monaddr* ] [--cluster *cluster name*] +| **rbd** [ -c *ceph.conf* ] [ -m *monaddr* ] [--cluster *cluster-name*] [ -p | --pool *pool* ] [--size *size* ] [ --object-size *B/K/M* ] [ *command* ... ] @@ -35,7 +35,7 @@ Options Connect to specified monitor (instead of looking through ceph.conf). -.. option:: --cluster cluster name +.. option:: --cluster cluster-name Use different cluster name as compared to default cluster name *ceph*. @@ -512,7 +512,7 @@ To map an image via the kernel with cephx enabled:: To map an image via the kernel with different cluster name other than default *ceph*:: - rbd map mypool/myimage --cluster cluster name + rbd map mypool/myimage --cluster cluster-name To unmap an image:: -- 2.39.5