diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-03-06 13:37:55 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-03-06 13:37:55 +0000 |
| commit | 707b5b022f616c597dbce02879aee2eb66eb26c2 (patch) | |
| tree | 0658e88e9446e699d0aea012eb2d32bf50e6dfdb /openstackclient/compute/v2/security_group.py | |
| parent | 0047b022d55ffe9192e03b1c9c5e6932a53fbd5e (diff) | |
| parent | 8e512017c4fb5f032b7dd17335c586a20171d52c (diff) | |
| download | python-openstackclient-707b5b022f616c597dbce02879aee2eb66eb26c2.tar.gz | |
Merge "Fix help messages"
Diffstat (limited to 'openstackclient/compute/v2/security_group.py')
| -rw-r--r-- | openstackclient/compute/v2/security_group.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/security_group.py b/openstackclient/compute/v2/security_group.py index 13a2103f..d4643438 100644 --- a/openstackclient/compute/v2/security_group.py +++ b/openstackclient/compute/v2/security_group.py @@ -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 |
