summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-07 18:07:54 +0000
committerGerrit Code Review <review@openstack.org>2015-02-07 18:07:54 +0000
commit6525c065a4e5ee0ff9ea3137a9ee57d58beb5cd5 (patch)
tree7f8d8dfd445344e5a2f38e54f509de92250b9750 /doc
parentee98cb983a9b03d92a64127cbf15e20dc2fce2f1 (diff)
parent42cff388349186b70559650237d2667da1cb903f (diff)
downloadpython-openstackclient-6525c065a4e5ee0ff9ea3137a9ee57d58beb5cd5.tar.gz
Merge "Add sort support to image list"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/command-objects/image.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst
index bc38429d..83036a64 100644
--- a/doc/source/command-objects/image.rst
+++ b/doc/source/command-objects/image.rst
@@ -141,6 +141,7 @@ List available images
[--public | --private | --shared]
[--property <key=value>]
[--long]
+ [--sort <key>[:<direction>]]
.. option:: --public
@@ -164,6 +165,11 @@ List available images
List additional fields in output
+.. option:: --sort <key>[:<direction>]
+
+ Sort output by selected keys and directions(asc or desc) (default: asc),
+ multiple keys and directions can be specified separated by comma
+
image save
----------