summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/image.rst
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-04-03 16:15:14 -0500
committerSteve Martinelli <s.martinelli@gmail.com>2017-04-04 03:56:19 +0000
commit1686dc54f09b6e77b1de3abc708c297710987a04 (patch)
tree6c02758c2006da60f634940324c607e6785b433f /doc/source/command-objects/image.rst
parentb2ceb58fc377cd9030becaa934fc4e5d13cb55b4 (diff)
downloadpython-openstackclient-1686dc54f09b6e77b1de3abc708c297710987a04.tar.gz
Help/docs cleanups: marker, limit, ip-address metavars
Cleanup help strings and docs for clarity and to keep things consistent: * --limit metavar should be <num-resource> to indicate what is being counted * --marker metavar should be <resource> or <resource-id> to indicate the type of value being specified * <*-ip-address> metavars should be just <ip-address> as there is no difference in format between fixed and floating IPs * Move all occurances of '(name or ID)' to end of help text Change-Id: I2c31746ed6ded3845244e03e57d809f8bc0e6b9d
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
--------------------