Skip to content

Commit ae69fb0

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Fix a help string nit for statistics command"
2 parents 02f8e4e + 21fe140 commit ae69fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceilometerclient/v2/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __call__(self, parser, namespace, values, option_string=None):
7070
help='key[op]data_type::value; list. data_type is optional, '
7171
'but if supplied must be string, integer, float, or boolean.')
7272
@utils.arg('-m', '--meter', metavar='<NAME>', required=True,
73-
action=NotEmptyAction, help='Name of meter to show samples for.')
73+
action=NotEmptyAction, help='Name of meter to list statistics for.')
7474
@utils.arg('-p', '--period', metavar='<PERIOD>',
7575
help='Period in seconds over which to group samples.')
7676
@utils.arg('-g', '--groupby', metavar='<FIELD>', action='append',

0 commit comments

Comments
 (0)