summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/hypervisor.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-20 16:00:58 +0000
committerGerrit Code Review <review@openstack.org>2016-12-20 16:00:58 +0000
commitce0cdb058e8cd580cec80e6c17e760e7ad15704e (patch)
treea26ec4dff46d5fb8df1c187e5f9a7c9a183ce0e9 /doc/source/command-objects/hypervisor.rst
parent898c6a316a0675ebe533196fb0d0c12a4f1720c2 (diff)
parent847da51deaffcbb4e0f1c3825e60d8181b31b120 (diff)
downloadpython-openstackclient-ce0cdb058e8cd580cec80e6c17e760e7ad15704e.tar.gz
Merge "change os in command example to openstack(2)"
Diffstat (limited to 'doc/source/command-objects/hypervisor.rst')
-rw-r--r--doc/source/command-objects/hypervisor.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/hypervisor.rst b/doc/source/command-objects/hypervisor.rst
index 3053a758..9db384a2 100644
--- a/doc/source/command-objects/hypervisor.rst
+++ b/doc/source/command-objects/hypervisor.rst
@@ -12,7 +12,7 @@ List hypervisors
.. program:: hypervisor list
.. code:: bash
- os hypervisor list
+ openstack hypervisor list
[--matching <hostname>]
[--long]
@@ -32,7 +32,7 @@ Display hypervisor details
.. program:: hypervisor show
.. code:: bash
- os hypervisor show
+ openstack hypervisor show
<hypervisor>
.. _hypervisor_show-flavor: