From 7c664fadffa31d4dc39fe603d53389f8c2808684 Mon Sep 17 00:00:00 2001 From: Frank Yu Date: Tue, 13 Jan 2015 18:27:08 +0800 Subject: [PATCH] Doc: Fix the indentation in doc/rbd/rbd-snapshot.rst --- doc/rbd/rbd-snapshot.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rbd/rbd-snapshot.rst b/doc/rbd/rbd-snapshot.rst index 55517921009c..73c7708b394d 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:: -- 2.47.3