Remove no more usefull help

Since https://review.openstack.org/#/c/410776/, all
format of granularity are supported by the server.

Related-bug: #1649908
Change-Id: Iab45fbf677429fdacfb5244ff4af3b68e11df23f
This commit is contained in:
Mehdi Abaakouk 2016-12-14 15:41:40 +01:00
parent f5035d18fb
commit c22a0ee573
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")
return parser
@ -247,7 +247,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"))