summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/image.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-04 12:32:55 +0000
committerGerrit Code Review <review@openstack.org>2017-04-04 12:32:55 +0000
commitc7e7f2b7303ad55befb9b42cada2bbe336a4cf0e (patch)
treeababb689784414c056107cfe808a084c5b4b7187 /doc/source/command-objects/image.rst
parent8a1f4b6592a91ed3b2cd65d6fb0217afa1cf5e8d (diff)
parent1686dc54f09b6e77b1de3abc708c297710987a04 (diff)
downloadpython-openstackclient-c7e7f2b7303ad55befb9b42cada2bbe336a4cf0e.tar.gz
Merge "Help/docs cleanups: marker, limit, ip-address metavars"
Diffstat (limited to 'doc/source/command-objects/image.rst')
-rw-r--r--doc/source/command-objects/image.rst16
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst
index c39d9a28..ec51fa93 100644
--- a/doc/source/command-objects/image.rst
+++ b/doc/source/command-objects/image.rst
@@ -199,8 +199,8 @@ List available images
[--property <key=value>]
[--long]
[--sort <key>[:<direction>]]
- [--limit <limit>]
- [--marker <marker>]
+ [--limit <num-images>]
+ [--marker <image>]
.. option:: --public
@@ -229,14 +229,18 @@ List available images
Sort output by selected keys and directions(asc or desc) (default: name:asc),
multiple keys and directions can be specified separated by comma
-.. option:: --limit <limit>
+.. option:: --limit <num-images>
Maximum number of images to display.
-.. option:: --marker <marker>
+ *Image version 2 only*
- The last image (name or ID) of the previous page. Display list of images
- after marker. Display all images if not specified.
+.. option:: --marker <image>
+
+ The last image of the previous page. Display list of images
+ after marker. Display all images if not specified. (name or ID)
+
+ *Image version 2 only*
image remove project
--------------------