[trivial] add a blank character
In ceilometer help event-list, the line "integer, floator datetime." should be "integer, float or datetime." Change-Id: Ib8976b5e580e2a95a4e04d7d95c815011127749c
This commit is contained in:
@@ -1108,7 +1108,7 @@ def do_resource_show(cc, args={}):
|
|||||||
|
|
||||||
@utils.arg('-q', '--query', metavar='<QUERY>',
|
@utils.arg('-q', '--query', metavar='<QUERY>',
|
||||||
help='key[op]data_type::value; list. data_type is optional, '
|
help='key[op]data_type::value; list. data_type is optional, '
|
||||||
'but if supplied must be string, integer, float'
|
'but if supplied must be string, integer, float '
|
||||||
'or datetime.')
|
'or datetime.')
|
||||||
@utils.arg('--no-traits', dest='no_traits', action='store_true',
|
@utils.arg('--no-traits', dest='no_traits', action='store_true',
|
||||||
help='If specified, traits will not be printed.')
|
help='If specified, traits will not be printed.')
|
||||||
|
|||||||
Reference in New Issue
Block a user