Minor typo in help text
fix misspelled 'project' in router-create help text Change-Id: I4874563c0dd7ca35ef153cf24b99e357c0c076b9
This commit is contained in:
parent
a82aa6651b
commit
962389f404
@ -102,7 +102,7 @@ class CreateRouter(show.ShowOne):
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--project',
|
'--project',
|
||||||
metavar='<poroject>',
|
metavar='<project>',
|
||||||
help="Owner's project (name or ID)",
|
help="Owner's project (name or ID)",
|
||||||
)
|
)
|
||||||
identity_common.add_project_domain_option_to_parser(parser)
|
identity_common.add_project_domain_option_to_parser(parser)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user