From 3e734b177dac2b37430b9db8ba44075048551e79 Mon Sep 17 00:00:00 2001 From: licanwei Date: Mon, 24 Dec 2018 13:55:09 +0800 Subject: [PATCH] update audit start/end time help Change-Id: I47232f671eacd9a6b8923d4ee588c4413f65d015 --- watcherclient/v1/audit_shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watcherclient/v1/audit_shell.py b/watcherclient/v1/audit_shell.py index 107cd10..d7d2a6b 100644 --- a/watcherclient/v1/audit_shell.py +++ b/watcherclient/v1/audit_shell.py @@ -212,13 +212,13 @@ class CreateAudit(command.ShowOne): '--start-time', dest='start_time', metavar='', - help=_('CONTINUOUS audit start time. ' + help=_('CONTINUOUS audit local start time. ' 'Format: YYYY-MM-DD hh:mm:ss')) parser.add_argument( '--end-time', dest='end_time', metavar='', - help=_('CONTINUOUS audit end time. ' + help=_('CONTINUOUS audit local end time. ' 'Format: YYYY-MM-DD hh:mm:ss')) return parser