Using --option ARGUMENT

The OpenStack CLI commands support both --option ARGUMENT and --option=ARGUMENT.
In technical publications, use --option ARGUMENT.[1]

[1]https://docs.openstack.org/doc-contrib-guide/writing-style/code-conventions.html

Change-Id: I2f6518bdd45278146fc7c3846d406b72a6800183
This commit is contained in:
Luong Anh Tuan 2017-10-30 17:19:30 +07:00 committed by Tuan Luong-Anh
parent a1ae194e54
commit bbfb9d3339

View File

@ -134,7 +134,7 @@ list** and **openstack flavor list** commands.
.. code::
$ openstack server create --image precise-image --flavor=2 --key-name example-key example-instance
$ openstack server create --image precise-image --flavor 2 --key-name example-key example-instance
+-------------------------------------+--------------------------------------+
| Property | Value |
+-------------------------------------+--------------------------------------+