From 499369329c493f9734248393ff19a82b5e224078 Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Tue, 2 Feb 2016 01:15:25 +0800 Subject: Add --marker option to "image list" command Users could specify the last image (name or ID) of the previous page with --marker option to control the start image of the output. Change-Id: Idca0235ee83b1226b00c89cf3d38500fa898b7d0 Closes-Bug: #1540988 --- doc/source/command-objects/image.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/source/command-objects') 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 [:]] [--limit ] + [--marker ] .. option:: --public @@ -200,6 +201,11 @@ List available images Maximum number of images to display. +.. option:: --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 ---------- -- cgit v1.2.1