Updated add-security-group help text
Change-Id: I1ac2747913a33f268ee430e42606bc568c72cdd6 Related-bug: #1734605
This commit is contained in:
parent
4d4af8b0b5
commit
872898984a
@ -999,7 +999,7 @@ class AddSecurityGroup(command.Command):
|
||||
parser.add_argument(
|
||||
'security_group',
|
||||
metavar='<security_group>',
|
||||
help='The security group for specified container. ')
|
||||
help='Security group ID or name for specified container. ')
|
||||
return parser
|
||||
|
||||
def take_action(self, parsed_args):
|
||||
|
@ -713,7 +713,7 @@ def do_commit(cs, args):
|
||||
help='ID or name of the container to add security group.')
|
||||
@utils.arg('security_group',
|
||||
metavar='<security_group>',
|
||||
help='The security group for specified container.')
|
||||
help='Security group ID or name for specified container.')
|
||||
def do_add_security_group(cs, args):
|
||||
"""Add security group for specified container."""
|
||||
opts = {}
|
||||
|
Loading…
Reference in New Issue
Block a user