From: Frank Yu Date: Tue, 13 Jan 2015 10:27:08 +0000 (+0800) Subject: Doc: Fix the indentation in doc/rbd/rbd-snapshot.rst X-Git-Tag: v0.93~276^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7c664fadffa31d4dc39fe603d53389f8c2808684;p=ceph.git Doc: Fix the indentation in doc/rbd/rbd-snapshot.rst --- diff --git a/doc/rbd/rbd-snapshot.rst b/doc/rbd/rbd-snapshot.rst index 55517921009..73c7708b394 100644 --- a/doc/rbd/rbd-snapshot.rst +++ b/doc/rbd/rbd-snapshot.rst @@ -254,7 +254,7 @@ snapshot; and, the child pool and image name. You must protect the snapshot before you can clone it. :: rbd --pool {pool-name} --image {parent-image} --snap {snap-name} --dest-pool {pool-name} --dest {child-image} - rbd clone {pool-name}/{parent-image}@{snap-name} {pool-name}/{child-image-name} + rbd clone {pool-name}/{parent-image}@{snap-name} {pool-name}/{child-image-name} For example::