diff options
| author | Brian Haley <bhaley@redhat.com> | 2018-08-03 12:29:34 -0400 |
|---|---|---|
| committer | Brian Haley <bhaley@redhat.com> | 2018-08-03 12:29:34 -0400 |
| commit | 6cb0f0f79c0625b72609683d81848a9cd0b290c7 (patch) | |
| tree | d9c36548dbff5a0b7268bd8c7639559e2a9a3732 /openstackclient/network/v2/subnet.py | |
| parent | 2b62b6e6ecb5fbb6d3078a3f7737364e13ec4e6c (diff) | |
| download | python-openstackclient-6cb0f0f79c0625b72609683d81848a9cd0b290c7.tar.gz | |
Fix missing trailing spaces in network help messages
Trivialfix
Change-Id: I1eeab576e7f50d858860a19c045f24a33449dc92
Diffstat (limited to 'openstackclient/network/v2/subnet.py')
| -rw-r--r-- | openstackclient/network/v2/subnet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/network/v2/subnet.py b/openstackclient/network/v2/subnet.py index 9c56186f..2c4b9c1c 100644 --- a/openstackclient/network/v2/subnet.py +++ b/openstackclient/network/v2/subnet.py @@ -412,7 +412,7 @@ class ListSubnet(command.Lister): choices=[4, 6], metavar='<ip-version>', dest='ip_version', - help=_("List only subnets of given IP version in output." + help=_("List only subnets of given IP version in output. " "Allowed values for IP version are 4 and 6."), ) dhcp_enable_group = parser.add_mutually_exclusive_group() |
