From 3e6119becabd4d8b83c138d0d455adfddc33cbfa Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Mon, 15 Jan 2018 17:14:32 +0800 Subject: [PATCH] Add missing spaces in `nova list --changes-since` help trivialfix Change-Id: I394bfa9c2232f5cb150be35aa25d7b895fc40046 --- novaclient/v2/shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py index 8ad018c4d..3d8edb633 100644 --- a/novaclient/v2/shell.py +++ b/novaclient/v2/shell.py @@ -1442,8 +1442,8 @@ def _print_flavor(flavor): dest='changes_since', metavar='', 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',