update audit create '--interval' description
update audit create '--interval' description Change-Id: I03779a8fe446c051397f02cfb2d73bda804706fe
This commit is contained in:
@@ -151,7 +151,8 @@ class CreateAudit(command.ShowOne):
|
|||||||
'-i', '--interval',
|
'-i', '--interval',
|
||||||
dest='interval',
|
dest='interval',
|
||||||
metavar='<interval>',
|
metavar='<interval>',
|
||||||
help=_('Audit interval (in seconds).'))
|
help=_('Audit interval (in seconds). '
|
||||||
|
"Only used if the audit is CONTINUOUS."))
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-g', '--goal',
|
'-g', '--goal',
|
||||||
dest='goal',
|
dest='goal',
|
||||||
|
Reference in New Issue
Block a user