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