From 66cfef57ad230ac19bac20747ee48d5a4e51a52d Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 13 Jun 2018 15:47:29 +0000 Subject: [PATCH] Document --record instead of --records Per the cli, --records is deprecated and --record should be used instead. Change-Id: I00f2562342480a1eb9bdbba519e28c69dffe6d0e --- doc/source/install/create-zone.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/create-zone.rst b/doc/source/install/create-zone.rst index f2ba7dfc6..47c77bb78 100644 --- a/doc/source/install/create-zone.rst +++ b/doc/source/install/create-zone.rst @@ -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 | +-------------+--------------------------------------+