From 21fe140a2f9aad322b899264f8cd118b73ad6015 Mon Sep 17 00:00:00 2001 From: liu-sheng Date: Tue, 9 Sep 2014 15:34:55 +0800 Subject: Fix a help string nit for statistics command Change-Id: I0aee668d9a19da76bb01646c87b3cd17418822e5 --- 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 72f780d..12f9cbf 100644 --- a/ceilometerclient/v2/shell.py +++ b/ceilometerclient/v2/shell.py @@ -60,7 +60,7 @@ class NotEmptyAction(argparse.Action): help='key[op]data_type::value; list. data_type is optional, ' 'but if supplied must be string, integer, float, or boolean.') @utils.arg('-m', '--meter', metavar='', required=True, - action=NotEmptyAction, help='Name of meter to show samples for.') + action=NotEmptyAction, help='Name of meter to list statistics for.') @utils.arg('-p', '--period', metavar='', help='Period in seconds over which to group samples.') @utils.arg('-g', '--groupby', metavar='', action='append', -- cgit v1.2.1