Fix help messages
Update help message for openstack security group rule delete Update help message for openstack security group rule list Change-Id: I017ffd424ca25b6c62193b91068eb1ba7de6c919 Closes-Bug: #1417854
This commit is contained in:
parent
9ce112f1a1
commit
8e512017c4
@ -322,7 +322,7 @@ class DeleteSecurityGroupRule(command.Command):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'group',
|
'group',
|
||||||
metavar='<group>',
|
metavar='<group>',
|
||||||
help='Create rule in this security group',
|
help='Security group rule to delete (name or ID)',
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--proto",
|
"--proto",
|
||||||
@ -375,7 +375,7 @@ class ListSecurityGroupRule(lister.Lister):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'group',
|
'group',
|
||||||
metavar='<group>',
|
metavar='<group>',
|
||||||
help='Create rule in this security group',
|
help='List all rules in this security group',
|
||||||
)
|
)
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user