summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/image.rst
diff options
context:
space:
mode:
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
--------------------