summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/cli/details.rst2
-rw-r--r--glanceclient/v2/shell.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/cli/details.rst b/doc/source/cli/details.rst
index 8b01266..f446aba 100644
--- a/doc/source/cli/details.rst
+++ b/doc/source/cli/details.rst
@@ -325,7 +325,7 @@ List images you can access.
Filter images by a user-defined image property.
``--checksum <CHECKSUM>``
- Displays images that match the checksum.
+ Displays images that match the MD5 checksum.
``--tag <TAG>``
Filter images by a user-defined tag.
diff --git a/glanceclient/v2/shell.py b/glanceclient/v2/shell.py
index 213bfd7..c03648a 100644
--- a/glanceclient/v2/shell.py
+++ b/glanceclient/v2/shell.py
@@ -250,7 +250,7 @@ def do_image_update(gc, args):
help=_("Filter images by a user-defined image property."),
action='append', dest='properties', default=[])
@utils.arg('--checksum', metavar='<CHECKSUM>',
- help=_('Displays images that match the checksum.'))
+ help=_('Displays images that match the MD5 checksum.'))
@utils.arg('--tag', metavar='<TAG>', action='append',
help=_("Filter images by a user-defined tag."))
@utils.arg('--sort-key', default=[], action='append',