Skip to content

Commit acccc54

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix copypaste errors in access rule command"
2 parents e07324e + 99b0b07 commit acccc54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openstackclient/identity/v3/access_rule.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_parser(self, prog_name):
3838
'access_rule',
3939
metavar='<access-rule>',
4040
nargs="+",
41-
help=_('Application credentials(s) to delete (name or ID)'),
41+
help=_('Access rule(s) to delete (name or ID)'),
4242
)
4343
return parser
4444

@@ -104,7 +104,7 @@ def get_parser(self, prog_name):
104104
parser.add_argument(
105105
'access_rule',
106106
metavar='<access-rule>',
107-
help=_('Application credential to display (name or ID)'),
107+
help=_('Access rule to display (name or ID)'),
108108
)
109109
return parser
110110

0 commit comments

Comments
 (0)