[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:
zhangguoqing
2016-08-04 03:14:15 +00:00
parent 3b35aea69e
commit 45d475dfe2

View File

@@ -1108,7 +1108,7 @@ def do_resource_show(cc, args={}):
@utils.arg('-q', '--query', metavar='<QUERY>',
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.')
@utils.arg('--no-traits', dest='no_traits', action='store_true',
help='If specified, traits will not be printed.')