summaryrefslogtreecommitdiff
path: root/glanceclient/v1
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihrachys@redhat.com>2016-05-27 15:43:24 +0200
committerIhar Hrachyshka <ihrachys@redhat.com>2016-06-01 10:07:47 +0000
commit3a0007a1c34aea731e3f8ab55989f49a3e68baa0 (patch)
tree348c3665a54408c00f738b95b8b38756f3023d89 /glanceclient/v1
parent6f2fae7a19dc98286cd44519b5a0d9ed566610cc (diff)
downloadpython-glanceclient-3a0007a1c34aea731e3f8ab55989f49a3e68baa0.tar.gz
Fixed grammar in image-download command description
Change-Id: Ie18e1bee3376fdc01685c6f1d3a949c6934296b3
Diffstat (limited to 'glanceclient/v1')
-rw-r--r--glanceclient/v1/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py
index 3372951..eb14f6e 100644
--- a/glanceclient/v1/shell.py
+++ b/glanceclient/v1/shell.py
@@ -155,7 +155,7 @@ def do_image_show(gc, args):
@utils.arg('--file', metavar='<FILE>',
help='Local file to save downloaded image data to. '
'If this is not specified and there is no redirection '
- 'the image data will be not be saved.')
+ 'the image data will not be saved.')
@utils.arg('image', metavar='<IMAGE>', help='Name or ID of image to download.')
@utils.arg('--progress', action='store_true', default=False,
help='Show download progress bar.')