Merge "Remove no more usefull help"

This commit is contained in:
Jenkins 2016-12-14 16:07:36 +00:00 committed by Gerrit Code Review
commit 77144c3ed8
1 changed files with 2 additions and 2 deletions

View File

@ -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"))