Fixed grammar in image-download command description

Change-Id: Ie18e1bee3376fdc01685c6f1d3a949c6934296b3
This commit is contained in:
Ihar Hrachyshka
2016-05-27 15:43:24 +02:00
parent 6f2fae7a19
commit 3a0007a1c3
2 changed files with 2 additions and 2 deletions

View File

@@ -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.')

View File

@@ -272,7 +272,7 @@ def do_explain(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('id', metavar='<IMAGE_ID>', help=_('ID of image to download.'))
@utils.arg('--progress', action='store_true', default=False,
help=_('Show download progress bar.'))