Skip to content

Commit 962389f

Browse files
author
Jas
committed
Minor typo in help text
fix misspelled 'project' in router-create help text Change-Id: I4874563c0dd7ca35ef153cf24b99e357c0c076b9
1 parent a82aa66 commit 962389f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/network/v2/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_parser(self, prog_name):
102102
)
103103
parser.add_argument(
104104
'--project',
105-
metavar='<poroject>',
105+
metavar='<project>',
106106
help="Owner's project (name or ID)",
107107
)
108108
identity_common.add_project_domain_option_to_parser(parser)

0 commit comments

Comments
 (0)