diff --git a/gnocchiclient/v1/metric_cli.py b/gnocchiclient/v1/metric_cli.py index 406ff94..c9ba735 100644 --- a/gnocchiclient/v1/metric_cli.py +++ b/gnocchiclient/v1/metric_cli.py @@ -145,7 +145,7 @@ class CliMeasuresShow(CliMetricWithResourceID, lister.Lister): parser.add_argument("--stop", help="end of the period") parser.add_argument("--granularity", - help="granularity to retrieve (in seconds)") + help="granularity to retrieve") parser.add_argument("--refresh", action="store_true", help="force aggregation of all known measures") parser.add_argument("--resample", @@ -251,7 +251,7 @@ class CliMeasuresAggregation(lister.Lister): parser.add_argument("--stop", help="end of the period") parser.add_argument("--granularity", - help="granularity to retrieve (in seconds)") + help="granularity to retrieve") parser.add_argument("--needed-overlap", type=float, help=("percent of datapoints in each " "metrics required"))