summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsonu.kumar <sonu.kumar@nectechnologies.in>2015-10-30 10:32:21 +0530
committersonu.kumar <sonu.kumar@nectechnologies.in>2015-10-30 10:36:55 +0530
commit02f23f2d432fb1851db1dd81756047cd2aed2c5a (patch)
treee1acb879b21b4673b9c5e3beadf8819c378519c7 /doc
parent83b9cad7eb76d2e3b6c4746bcbece20d180606bf (diff)
downloadpython-designateclient-02f23f2d432fb1851db1dd81756047cd2aed2c5a.tar.gz
Fixes doc for v2 cli
Change-Id: I7994d3d0ea8ff1fd0f6471f05a1c35d1f4920d9d Closes-Bug: #1511225
Diffstat (limited to 'doc')
-rw-r--r--doc/source/shell-v2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/shell-v2.rst b/doc/source/shell-v2.rst
index 652ecac..86abdb4 100644
--- a/doc/source/shell-v2.rst
+++ b/doc/source/shell-v2.rst
@@ -28,13 +28,13 @@ We can now try to create a primary zone
.. code-block:: shell-session
- $ openstack zone create --name example.net. --email foo@example.org
+ $ openstack zone create example.net. --email foo@example.org
Create a A type recordset with some records in it.
.. code-block:: shell-session
- $ openstack recordset create example.net --type A --name www --records 10.0.0.1 10.0.0.2
+ $ openstack recordset create example.net --type A www --records 10.0.0.1 10.0.0.2
Set a PTR record for a Floating IP