]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
docs/rbd: fix typo in arg name
authorN Balachandran <nibalach@redhat.com>
Mon, 18 Mar 2024 04:02:39 +0000 (09:32 +0530)
committerN Balachandran <nibalach@redhat.com>
Mon, 18 Mar 2024 04:02:39 +0000 (09:32 +0530)
Replace "{image-}" with "{image-id}" in the "rbd trash rm"
command description.

Signed-off-by: N Balachandran <nibalach@redhat.com>
doc/rbd/rados-rbd-cmds.rst

index 0bbcb261160dd56a888c6f3c49490db537932165..489e117e5409e4e27e25f148514040261cb8292c 100644 (file)
@@ -250,13 +250,13 @@ Removing a Deferred Block Device from a Pool
 --------------------------------------------
 
 To remove a deferred block device from a pool, run the following command but
-replace ``{image-}`` with the ID of the image to be removed, and replace
+replace ``{image-id}`` with the ID of the image to be removed, and replace
 ``{pool-name}`` with the name of the pool from which the image is to be
 removed:
 
 .. prompt:: bash $
 
-   rbd trash rm {pool-name}/{image-}
+   rbd trash rm {pool-name}/{image-id}
 
 For example: