diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-06-14 18:37:12 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-06-14 18:37:12 +0000 |
| commit | 0da5bfe42875457a26a0c5040fcc3b0e1ffb5d2a (patch) | |
| tree | 7fc0ae93d2469702e61bc95d64e0d17b66334683 /openstackclient/compute/v2 | |
| parent | 99e7660d56431d5480999c2674b1aa12254732b2 (diff) | |
| parent | 0059f045a9958b1748fcec51799d8cffc0831440 (diff) | |
| download | python-openstackclient-0da5bfe42875457a26a0c5040fcc3b0e1ffb5d2a.tar.gz | |
Merge "Ignore most of the new hacking 0.9.2 rules"
Diffstat (limited to 'openstackclient/compute/v2')
| -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 f7e11bca..ed98af26 100644 --- a/openstackclient/compute/v2/usage.py +++ b/openstackclient/compute/v2/usage.py @@ -36,7 +36,7 @@ class ListUsage(lister.Lister): metavar="<start>", default=None, help="Usage range start date, ex 2012-01-20" - " (default: 4 weeks ago)." + " (default: 4 weeks ago)." ) parser.add_argument( "--end", |
