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:
Ben Nemec 2018-06-13 15:47:29 +00:00
parent a1f4793700
commit 66cfef57ad
1 changed files with 1 additions and 1 deletions

View File

@ -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 |
+-------------+--------------------------------------+