Fix help text in image-create

Image-create help text makes reference of a non existing
parameter --copy_from

Change-Id: I26d584c350734bb26a6cf965a2198f0782dd0a9f
This commit is contained in:
Juan Manuel Olle
2014-06-03 17:14:58 -03:00
parent f2e0610628
commit 083986ad7e

View File

@@ -169,7 +169,7 @@ def do_image_download(gc, args):
help='Tenant who should own image.')
@utils.arg('--size', metavar='<SIZE>',
help=('Size of image data (in bytes). Only used with'
' \'--location\' and \'--copy_from\'.'))
' \'--location\' and \'--copy-from\'.'))
@utils.arg('--min-disk', metavar='<DISK_GB>',
help='Minimum size of disk needed to boot image (in gigabytes).')
@utils.arg('--min-ram', metavar='<DISK_RAM>',