From: Frank Yu Date: Mon, 19 Jan 2015 12:19:25 +0000 (+0800) Subject: Doc: rbd-snapshot: Fix the typo X-Git-Tag: v0.93~255^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3401%2Fhead;p=ceph.git Doc: rbd-snapshot: Fix the typo Signed-off-by: Frank Yu --- diff --git a/doc/rbd/rbd-snapshot.rst b/doc/rbd/rbd-snapshot.rst index 73c7708b394..62a7b98b541 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}