summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorGuojian Shao <guojian@unitedstack.com>2015-05-30 02:21:52 -0400
committerGuojian Shao <guojian@unitedstack.com>2015-05-30 02:23:32 -0400
commit01573be3f8ce8fbfa795a144cb5a7155cf83e3ef (patch)
treea6a89d78574ba976b98c4cfdc150078962a38c1c /doc/source/command-objects
parentd9b7d13edf526b566dbada3245a6a2d9681be850 (diff)
downloadpython-openstackclient-01573be3f8ce8fbfa795a144cb5a7155cf83e3ef.tar.gz
project create is missing --parent in doc
'project create' is missing '--parent <project>' argument in doc, actually it is supported. Change-Id: Id0edaab4e2b02a1f7d974d71a11c7c373e31806f Closes-Bug: #1460256
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/project.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/command-objects/project.rst b/doc/source/command-objects/project.rst
index b8607f0b..3a1df598 100644
--- a/doc/source/command-objects/project.rst
+++ b/doc/source/command-objects/project.rst
@@ -14,6 +14,7 @@ Create new project
os project create
[--domain <domain>]
+ [--parent <project>]
[--description <description>]
[--enable | --disable]
[--property <key=value>]