summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v2_0/endpoint.py
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2014-02-21 19:22:32 +0100
committerAndreas Jaeger <aj@suse.de>2014-02-21 19:40:41 +0100
commit50432931562ca697a2b88db2bb2f0b1da91fb28a (patch)
tree57b3429d3d539c05d5b9bbaeef21ef359d9898c8 /openstackclient/identity/v2_0/endpoint.py
parent2cae50c442337826216d68832a1cb387f3cc1341 (diff)
downloadpython-openstackclient-50432931562ca697a2b88db2bb2f0b1da91fb28a.tar.gz
Fix some help strings
This fixes some errors and inconsistencies I found reviewing the help strings: * Capitalize help strings * Add missing space between words (in multi-line strings) * Improve wording Change-Id: I2fb31ab4191c330146e31c1a9651115a6657769a
Diffstat (limited to 'openstackclient/identity/v2_0/endpoint.py')
-rw-r--r--openstackclient/identity/v2_0/endpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v2_0/endpoint.py b/openstackclient/identity/v2_0/endpoint.py
index 5a050fa1..0319c268 100644
--- a/openstackclient/identity/v2_0/endpoint.py
+++ b/openstackclient/identity/v2_0/endpoint.py
@@ -106,7 +106,7 @@ class ListEndpoint(lister.Lister):
'--long',
action='store_true',
default=False,
- help='Additional fields are listed in output')
+ help='List additional fields in output')
return parser
def take_action(self, parsed_args):