Correct the wrong commands

Change-Id: I3acfbeae88bb04f44761a75266cd9d29896089cc
This commit is contained in:
qiaomin 2016-12-05 12:09:20 +00:00
parent 64f75c2ec9
commit 180275baef

View File

@ -651,7 +651,7 @@ Unmanage a snapshot with the :command:`cinder snapshot-unmanage` command:
.. code-block:: console
$ openstack snapshot unset SNAPSHOT
$ cinder snapshot-unmanage SNAPSHOT
The arguments to be passed are:
@ -662,4 +662,4 @@ The following example unmanages the ``my-snapshot-id`` image:
.. code-block:: console
$ openstack snapshot unset my-snapshot-id
$ cinder snapshot-unmanage my-snapshot-id