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:
parent
a1ae194e54
commit
bbfb9d3339
@ -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 |
|
||||
+-------------------------------------+--------------------------------------+
|
||||
|
Loading…
Reference in New Issue
Block a user