Add audit name to CLI help doc

Change-Id: I9749bb679d66a65de3d4abe3564109bf4a8f8ccd
This commit is contained in:
licanwei 2018-07-26 18:36:09 -07:00
parent d82be4c8c4
commit 496f4c1365

@ -466,7 +466,7 @@ Delete audit command.
**Positional arguments:**
``<audit>``
UUID of the audit
UUID or name of the audit
**Optional arguments:**
@ -532,7 +532,7 @@ Show detailed information about a given audit.
**Positional arguments:**
``<audit>``
UUID of the audit
UUID or name of the audit
**Optional arguments:**
@ -556,7 +556,7 @@ Update audit command.
**Positional arguments:**
``<audit>``
UUID of the audit.
UUID or name of the audit.
``<op>``
Operation: 'add', 'replace', or 'remove'.