Fixed grammar in image-download command description
Change-Id: Ie18e1bee3376fdc01685c6f1d3a949c6934296b3
This commit is contained in:
@@ -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.')
|
||||
|
@@ -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.'))
|
||||
|
Reference in New Issue
Block a user