summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/ip-fixed.rst
diff options
context:
space:
mode:
authorKevin_Zheng <zhengzhenyu@huawei.com>2016-12-20 09:18:55 +0800
committerKevin_Zheng <zhengzhenyu@huawei.com>2016-12-20 09:18:55 +0800
commit847da51deaffcbb4e0f1c3825e60d8181b31b120 (patch)
tree0461752361456f094ccd46cf9d797b9d496ce16c /doc/source/command-objects/ip-fixed.rst
parente51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff)
downloadpython-openstackclient-847da51deaffcbb4e0f1c3825e60d8181b31b120.tar.gz
change os in command example to openstack(2)
In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
Diffstat (limited to 'doc/source/command-objects/ip-fixed.rst')
-rw-r--r--doc/source/command-objects/ip-fixed.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/ip-fixed.rst b/doc/source/command-objects/ip-fixed.rst
index c2447b28..f5b11dc6 100644
--- a/doc/source/command-objects/ip-fixed.rst
+++ b/doc/source/command-objects/ip-fixed.rst
@@ -13,7 +13,7 @@ Add fixed IP address to server
.. program:: ip fixed add
.. code:: bash
- os ip fixed add
+ openstack ip fixed add
<network>
<server>
@@ -34,7 +34,7 @@ Remove fixed IP address from server
.. program:: ip fixed remove
.. code:: bash
- os ip fixed remove
+ openstack ip fixed remove
<ip-address>
<server>