diff options
Diffstat (limited to 'openstackclient/identity/v3/endpoint_group.py')
| -rw-r--r-- | openstackclient/identity/v3/endpoint_group.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v3/endpoint_group.py b/openstackclient/identity/v3/endpoint_group.py index cbe27edb..9bb026a9 100644 --- a/openstackclient/identity/v3/endpoint_group.py +++ b/openstackclient/identity/v3/endpoint_group.py @@ -268,7 +268,7 @@ class SetEndpointGroup(command.Command, _FiltersReader): parser.add_argument( '--name', metavar='<name>', - help=_('New enpoint group name'), + help=_('New endpoint group name'), ) parser.add_argument( '--filters', |
