summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2015-01-20 10:08:32 +0100
committerChristian Berendt <berendt@b1-systems.de>2015-01-20 10:10:26 +0100
commitb74079e192f01d03fbbaad415f7efcd4a7b964f4 (patch)
tree8484b68f184a8a791a813a3178f4d70b0f19563f
parentb8d483899d4349dd80af7dfd13f1a93880d75e36 (diff)
downloadpython-ceilometerclient-b74079e192f01d03fbbaad415f7efcd4a7b964f4.tar.gz
Remove trailing space before , in the help string of --time-constraint
Instead of 'with a cron expression , whereas its duration' it should be 'with a cron expression, whereas its duration'. Change-Id: Id545045dd4b25b5cbd2d79933851adab4963dada
-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 290867e..ada708b 100644
--- a/ceilometerclient/v2/shell.py
+++ b/ceilometerclient/v2/shell.py
@@ -392,7 +392,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: '