summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-05 02:25:10 +0000
committerGerrit Code Review <review@openstack.org>2015-02-05 02:25:10 +0000
commit39fb58015daec00129f2a26ec7bd7782d842406b (patch)
treec882a6bb76066dd4611be60c7c9e235d69f4c8c9
parent0f883b3f38a79b1f687e97b13818d26badf45da3 (diff)
parentb74079e192f01d03fbbaad415f7efcd4a7b964f4 (diff)
downloadpython-ceilometerclient-39fb58015daec00129f2a26ec7bd7782d842406b.tar.gz
Merge "Remove trailing space before , in the help string of --time-constraint"
-rw-r--r--ceilometerclient/v2/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ceilometerclient/v2/shell.py b/ceilometerclient/v2/shell.py
index 7cab85e..d57c733 100644
--- a/ceilometerclient/v2/shell.py
+++ b/ceilometerclient/v2/shell.py
@@ -396,7 +396,7 @@ def common_alarm_arguments(create=False):
default=None,
help=('Only evaluate the alarm if the time at evaluation '
'is within this time constraint. Start point(s) of '
- 'the constraint are specified with a cron expression '
+ 'the constraint are specified with a cron expression'
', whereas its duration is given in seconds. '
'Can be specified multiple times for multiple '
'time constraints, format is: '