From 496f4c1365a3cf271d24fcebe8cfa7bdc61ac976 Mon Sep 17 00:00:00 2001 From: licanwei <li.canwei2@zte.com.cn> Date: Thu, 26 Jul 2018 18:36:09 -0700 Subject: [PATCH] Add audit name to CLI help doc Change-Id: I9749bb679d66a65de3d4abe3564109bf4a8f8ccd --- doc/source/cli/details.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/cli/details.rst b/doc/source/cli/details.rst index 8671508..70b60e6 100644 --- a/doc/source/cli/details.rst +++ b/doc/source/cli/details.rst @@ -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'.