summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-03 11:34:25 +0000
committerGerrit Code Review <review@openstack.org>2016-02-03 11:34:25 +0000
commitfeb71897fbcada51f894a60946d95fbb8f4a3c7a (patch)
treeb2ae10b9912484f9d96c5d8df8380f723bbf2945 /doc/source/command-objects
parent34e4e1ac3e86fb698fc5e33bc7222a22338cbe3c (diff)
parent581280386533f8780a8d2e73495d3eff38c9ad50 (diff)
downloadpython-openstackclient-feb71897fbcada51f894a60946d95fbb8f4a3c7a.tar.gz
Merge "Add limit option to "image list" command"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/image.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst
index 15286760..94745e06 100644
--- a/doc/source/command-objects/image.rst
+++ b/doc/source/command-objects/image.rst
@@ -167,6 +167,7 @@ List available images
[--property <key=value>]
[--long]
[--sort <key>[:<direction>]]
+ [--limit <limit>]
.. option:: --public
@@ -195,6 +196,10 @@ List available images
Sort output by selected keys and directions(asc or desc) (default: asc),
multiple keys and directions can be specified separated by comma
+.. option:: --limit <limit>
+
+ Maximum number of images to display.
+
image save
----------