From 523a234ad46597dddb5a28d37e71bd830f68f04f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 22 Feb 2014 20:24:11 +0100 Subject: [PATCH] Fix some help strings It should be ID instead of id - like in nearly all other help strings. Also add missing "." to end of string and use plural for one string. Change-Id: I14c8c622978b206e092e56741ad5cc6885b2d118 Co-Authored-By: Summer Long --- ceilometerclient/v2/shell.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ceilometerclient/v2/shell.py b/ceilometerclient/v2/shell.py index de44c51b..9c1ec069 100644 --- a/ceilometerclient/v2/shell.py +++ b/ceilometerclient/v2/shell.py @@ -455,7 +455,7 @@ def do_alarm_threshold_create(cc, args={}): @common_alarm_arguments(create=True) @utils.arg('--alarm_ids', action='append', metavar='', required=True, dest='combination_rule/alarm_ids', - help='List of alarm ids.') + help='List of alarm IDs.') @utils.arg('--operator', metavar='', dest='combination_rule/operator', help='Operator to compare with, one of: ' + str( @@ -576,7 +576,7 @@ def do_alarm_threshold_update(cc, args={}): help='Name or list of names of the time constraints to remove.') @utils.arg('--alarm_ids', action='append', metavar='', dest='combination_rule/alarm_ids', - help='List of alarm id.') + help='List of alarm IDs.') @utils.arg('--operator', metavar='', dest='combination_rule/operator', help='Operator to compare with, one of: ' + str( @@ -700,7 +700,7 @@ def do_event_list(cc, args={}): @utils.arg('-m', '--message_id', metavar='', - help='The id of the event. Should be a UUID', + help='The ID of the event. Should be a UUID.', required=True) def do_event_show(cc, args={}): '''Show a particular event.'''