mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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
This commit is contained in:
parent
d9b7d13edf
commit
01573be3f8
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ Create new project
|
|||
|
||||
os project create
|
||||
[--domain <domain>]
|
||||
[--parent <project>]
|
||||
[--description <description>]
|
||||
[--enable | --disable]
|
||||
[--property <key=value>]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue