diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py index f345cef2..b140d8bc 100644 --- a/glanceclient/v1/shell.py +++ b/glanceclient/v1/shell.py @@ -169,7 +169,7 @@ def do_image_download(gc, args): help='Tenant who should own image.') @utils.arg('--size', metavar='', help=('Size of image data (in bytes). Only used with' - ' \'--location\' and \'--copy_from\'.')) + ' \'--location\' and \'--copy-from\'.')) @utils.arg('--min-disk', metavar='', help='Minimum size of disk needed to boot image (in gigabytes).') @utils.arg('--min-ram', metavar='',