Merge "Add help the ability to sort images with multiple keys"

This commit is contained in:
Jenkins
2016-01-18 23:23:33 +00:00
committed by Gerrit Code Review
+2 -1
View File
@@ -138,7 +138,8 @@ def do_image_update(gc, args):
help=_("Filter images by a user-defined tag."))
@utils.arg('--sort-key', default=[], action='append',
choices=images.SORT_KEY_VALUES,
help=_('Sort image list by specified fields.'))
help=_('Sort image list by specified fields.'
' May be used multiple times.'))
@utils.arg('--sort-dir', default=[], action='append',
choices=images.SORT_DIR_VALUES,
help=_('Sort image list in specified directions.'))