From 4bd0894cc733a9c8efdbd680912cb6c1204db833 Mon Sep 17 00:00:00 2001 From: Frank Yu Date: Mon, 19 Jan 2015 20:19:25 +0800 Subject: [PATCH] Doc: rbd-snapshot: Fix the typo Signed-off-by: Frank Yu --- 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 73c7708b394da..62a7b98b54192 100644 --- a/doc/rbd/rbd-snapshot.rst +++ b/doc/rbd/rbd-snapshot.rst @@ -108,7 +108,7 @@ Delete a Snapshot ----------------- To delete a snapshot with ``rbd``, specify the ``snap rm`` option, the pool -name, the image name and the username. :: +name, the image name and the snap name. :: rbd --pool {pool-name} snap rm --snap {snap-name} {image-name} rbd snap rm {pool-name}/{image-name}@{snap-name} -- 2.39.5