From adc812746c2d265accfd903117d867977c70660e Mon Sep 17 00:00:00 2001
From: licanwei
Date: Sun, 22 Jul 2018 23:20:29 -0700
Subject: [PATCH] Add --marker help info
Change-Id: I34c1a83f49b101d5ef85e1a19858b9d2b59c921d
---
doc/source/cli/details.rst | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/doc/source/cli/details.rst b/doc/source/cli/details.rst
index 8671508..dd64f20 100644
--- a/doc/source/cli/details.rst
+++ b/doc/source/cli/details.rst
@@ -157,7 +157,7 @@ watcher action list
[--quote {all,minimal,none,nonnumeric}]
[--action-plan ] [--audit ]
[--detail] [--limit ] [--sort-key ]
- [--sort-dir ]
+ [--sort-dir ] [--marker ]
List information on retrieved actions.
@@ -186,6 +186,10 @@ List information on retrieved actions.
``--sort-dir ``
Sort direction: "asc" (the default) or "desc".
+``--marker ``
+ UUID of the last action in the previous page; displays
+ list of actions after "marker".
+
.. _watcher_action_show:
watcher action show
@@ -295,7 +299,8 @@ watcher actionplan list
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--audit ] [--detail] [--limit ]
- [--sort-key ] [--sort-dir ]
+ [--marker ] [--sort-key ]
+ [--sort-dir ]
List information on retrieved action plans.
@@ -315,6 +320,10 @@ List information on retrieved action plans.
0 for no limit. Default is the maximum number used by
the Watcher API Service.
+``--marker ``
+ The last actionplan UUID of the previous page;
+ displays list of actionplans after "marker".
+
``--sort-key ``
Action Plan field that will be used for sorting.