mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Fix copypaste errors in access rule command"
This commit is contained in:
commit
acccc54e7d
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ class DeleteAccessRule(command.Command):
|
|||
'access_rule',
|
||||
metavar='<access-rule>',
|
||||
nargs="+",
|
||||
help=_('Application credentials(s) to delete (name or ID)'),
|
||||
help=_('Access rule(s) to delete (name or ID)'),
|
||||
)
|
||||
return parser
|
||||
|
||||
|
|
@ -104,7 +104,7 @@ class ShowAccessRule(command.ShowOne):
|
|||
parser.add_argument(
|
||||
'access_rule',
|
||||
metavar='<access-rule>',
|
||||
help=_('Application credential to display (name or ID)'),
|
||||
help=_('Access rule to display (name or ID)'),
|
||||
)
|
||||
return parser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue