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