mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 15:31:03 +00:00
Merge "Fix help messages"
This commit is contained in:
commit
707b5b022f
1 changed files with 2 additions and 2 deletions
|
|
@ -327,7 +327,7 @@ class DeleteSecurityGroupRule(command.Command):
|
|||
parser.add_argument(
|
||||
'group',
|
||||
metavar='<group>',
|
||||
help='Create rule in this security group',
|
||||
help='Security group rule to delete (name or ID)',
|
||||
)
|
||||
parser.add_argument(
|
||||
"--proto",
|
||||
|
|
@ -380,7 +380,7 @@ class ListSecurityGroupRule(lister.Lister):
|
|||
parser.add_argument(
|
||||
'group',
|
||||
metavar='<group>',
|
||||
help='Create rule in this security group',
|
||||
help='List all rules in this security group',
|
||||
)
|
||||
return parser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue