summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-03 11:38:06 +0000
committerGerrit Code Review <review@openstack.org>2016-02-03 11:38:06 +0000
commit0d8b986ddb0a654a7767be975fa0c2ac38221b19 (patch)
tree5d00d06e58460d07629624b633ba617f5d94e2d2 /doc/source/command-objects
parentfeb71897fbcada51f894a60946d95fbb8f4a3c7a (diff)
parent499369329c493f9734248393ff19a82b5e224078 (diff)
downloadpython-openstackclient-0d8b986ddb0a654a7767be975fa0c2ac38221b19.tar.gz
Merge "Add --marker option to "image list" command"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/image.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst
index 94745e06..61872ec4 100644
--- a/doc/source/command-objects/image.rst
+++ b/doc/source/command-objects/image.rst
@@ -168,6 +168,7 @@ List available images
[--long]
[--sort <key>[:<direction>]]
[--limit <limit>]
+ [--marker <marker>]
.. option:: --public
@@ -200,6 +201,11 @@ List available images
Maximum number of images to display.
+.. option:: --marker <marker>
+
+ The last image (name or ID) of the previous page. Display list of images
+ after marker. Display all images if not specified.
+
image save
----------