diff options
| author | Andreas Jaeger <aj@suse.de> | 2014-02-21 19:22:32 +0100 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.de> | 2014-02-21 19:40:41 +0100 |
| commit | 50432931562ca697a2b88db2bb2f0b1da91fb28a (patch) | |
| tree | 57b3429d3d539c05d5b9bbaeef21ef359d9898c8 /openstackclient/compute/v2/usage.py | |
| parent | 2cae50c442337826216d68832a1cb387f3cc1341 (diff) | |
| download | python-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/compute/v2/usage.py')
| -rw-r--r-- | openstackclient/compute/v2/usage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/compute/v2/usage.py b/openstackclient/compute/v2/usage.py index 30835769..1dfe8c0a 100644 --- a/openstackclient/compute/v2/usage.py +++ b/openstackclient/compute/v2/usage.py @@ -35,7 +35,7 @@ class ListUsage(lister.Lister): "--start", metavar="<start>", default=None, - help="Usage range start date ex 2012-01-20" + help="Usage range start date, ex 2012-01-20" " (default: 4 weeks ago)." ) parser.add_argument( |
