Add missing spaces in `nova list --changes-since` help

trivialfix

Change-Id: I394bfa9c2232f5cb150be35aa25d7b895fc40046
This commit is contained in:
Yikun Jiang 2018-01-15 17:14:32 +08:00
parent fefc3ba723
commit 3e6119beca
1 changed files with 2 additions and 2 deletions

View File

@ -1442,8 +1442,8 @@ def _print_flavor(flavor):
dest='changes_since',
metavar='<changes_since>',
default=None,
help=_("List only servers changed after a certain point of time."
"The provided time should be an ISO 8061 formatted time."
help=_("List only servers changed after a certain point of time. "
"The provided time should be an ISO 8061 formatted time. "
"ex 2016-03-04T06:27:59Z ."))
@utils.arg(
'--tags',