update audit start/end time help

Change-Id: I47232f671eacd9a6b8923d4ee588c4413f65d015
This commit is contained in:
licanwei 2018-12-24 13:55:09 +08:00
parent 2cfe7f9afc
commit 3e734b177d
1 changed files with 2 additions and 2 deletions

View File

@ -212,13 +212,13 @@ class CreateAudit(command.ShowOne):
'--start-time',
dest='start_time',
metavar='<start_time>',
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='<end_time>',
help=_('CONTINUOUS audit end time. '
help=_('CONTINUOUS audit local end time. '
'Format: YYYY-MM-DD hh:mm:ss'))
return parser