]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Doc: rbd-snapshot: Fix the typo 3401/head
authorFrank Yu <flyxiaoyu@gmail.com>
Mon, 19 Jan 2015 12:19:25 +0000 (20:19 +0800)
committerFrank Yu <flyxiaoyu@gmail.com>
Mon, 19 Jan 2015 12:19:25 +0000 (20:19 +0800)
Signed-off-by: Frank Yu <flyxiaoyu@gmail.com>
doc/rbd/rbd-snapshot.rst

index 73c7708b394da75a26a02eb8a6e5b18bd9b0a837..62a7b98b54192df4efe2be4ed89a6cf00da57bec 100644 (file)
@@ -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}