From d70f9c778cf96cdd71e8fa9acfa3730ae14da662 Mon Sep 17 00:00:00 2001 From: zhangguoqing Date: Thu, 24 Nov 2016 13:23:34 +0000 Subject: [PATCH] Unify the date format "YYYY-MM-DDTHH:MM:SS" Change-Id: I729cef6f09d1e61f0c99faf87a87955e4bde3c13 --- cloudkittyclient/v1/storage/shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudkittyclient/v1/storage/shell.py b/cloudkittyclient/v1/storage/shell.py index a56f860..7f05395 100644 --- a/cloudkittyclient/v1/storage/shell.py +++ b/cloudkittyclient/v1/storage/shell.py @@ -18,10 +18,10 @@ from cloudkittyclient.common import utils @utils.arg('-b', '--begin', - help='Starting date/time (YYYY-MM-ddThh:mm:ss)', + help='Starting date/time (YYYY-MM-DDTHH:MM:SS)', required=False) @utils.arg('-e', '--end', - help='Ending date/time (YYYY-MM-ddThh:mm:ss)', + help='Ending date/time (YYYY-MM-DDTHH:MM:SS)', required=False) @utils.arg('-t', '--tenant', help='Tenant ID',