Document --record instead of --records
Per the cli, --records is deprecated and --record should be used instead. Change-Id: I00f2562342480a1eb9bdbba519e28c69dffe6d0e
This commit is contained in:
parent
a1f4793700
commit
66cfef57ad
@ -54,7 +54,7 @@ In environments that include the DNS service, you can create a DNS Zone.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack recordset create --records '10.0.0.1' --type A example.com. www
|
||||
$ openstack recordset create --record '10.0.0.1' --type A example.com. www
|
||||
+-------------+--------------------------------------+
|
||||
| Field | Value |
|
||||
+-------------+--------------------------------------+
|
||||
|
Loading…
Reference in New Issue
Block a user