From 658fd038f3a59fd7afdcc179152ead63f919d91c Mon Sep 17 00:00:00 2001 From: licanwei Date: Thu, 29 Dec 2016 16:49:26 +0800 Subject: [PATCH] update audit create '--interval' description update audit create '--interval' description Change-Id: I03779a8fe446c051397f02cfb2d73bda804706fe --- watcherclient/v1/audit_shell.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/watcherclient/v1/audit_shell.py b/watcherclient/v1/audit_shell.py index 3bd72df..3c734ae 100644 --- a/watcherclient/v1/audit_shell.py +++ b/watcherclient/v1/audit_shell.py @@ -151,7 +151,8 @@ class CreateAudit(command.ShowOne): '-i', '--interval', dest='interval', metavar='', - help=_('Audit interval (in seconds).')) + help=_('Audit interval (in seconds). ' + "Only used if the audit is CONTINUOUS.")) parser.add_argument( '-g', '--goal', dest='goal',