update audit create '--interval' description

update audit create '--interval' description

Change-Id: I03779a8fe446c051397f02cfb2d73bda804706fe
This commit is contained in:
licanwei 2016-12-29 16:49:26 +08:00 committed by David.T
parent d2aede7151
commit 658fd038f3

@ -151,7 +151,8 @@ class CreateAudit(command.ShowOne):
'-i', '--interval',
dest='interval',
metavar='<interval>',
help=_('Audit interval (in seconds).'))
help=_('Audit interval (in seconds). '
"Only used if the audit is CONTINUOUS."))
parser.add_argument(
'-g', '--goal',
dest='goal',