Improve description of some commands
Change description of sample-list and statistics commands to not refer to the meter as "this meter(s)". Change-Id: Ib8301361f43f8e08ef9975a609548afffba1ba41 Closes-Bug: #1259853
This commit is contained in:
		| @@ -41,7 +41,7 @@ OPERATORS_STRING = dict(gt='>', ge='>=', | |||||||
| @utils.arg('-p', '--period', metavar='<PERIOD>', | @utils.arg('-p', '--period', metavar='<PERIOD>', | ||||||
|            help='Period in seconds over which to group samples.') |            help='Period in seconds over which to group samples.') | ||||||
| def do_statistics(cc, args): | def do_statistics(cc, args): | ||||||
|     '''List the statistics for this meter.''' |     '''List the statistics for a meter.''' | ||||||
|     fields = {'meter_name': args.meter, |     fields = {'meter_name': args.meter, | ||||||
|               'q': options.cli_to_array(args.query), |               'q': options.cli_to_array(args.query), | ||||||
|               'period': args.period} |               'period': args.period} | ||||||
| @@ -66,7 +66,7 @@ def do_statistics(cc, args): | |||||||
| @utils.arg('-l', '--limit', metavar='<NUMBER>', | @utils.arg('-l', '--limit', metavar='<NUMBER>', | ||||||
|            help='Maximum number of samples to return.') |            help='Maximum number of samples to return.') | ||||||
| def do_sample_list(cc, args): | def do_sample_list(cc, args): | ||||||
|     '''List the samples for this meters.''' |     '''List the samples for a meter.''' | ||||||
|     fields = {'meter_name': args.meter, |     fields = {'meter_name': args.meter, | ||||||
|               'q': options.cli_to_array(args.query), |               'q': options.cli_to_array(args.query), | ||||||
|               'limit': args.limit} |               'limit': args.limit} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Thomas Herve
					Thomas Herve