From b74079e192f01d03fbbaad415f7efcd4a7b964f4 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 20 Jan 2015 10:08:32 +0100 Subject: [PATCH] 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 --- ceilometerclient/v2/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometerclient/v2/shell.py b/ceilometerclient/v2/shell.py index 290867ee..ada708b1 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: '