From 083986ad7e3742b5ecd7dcb75c37e9881fc193c6 Mon Sep 17 00:00:00 2001 From: Juan Manuel Olle Date: Tue, 3 Jun 2014 17:14:58 -0300 Subject: [PATCH] Fix help text in image-create Image-create help text makes reference of a non existing parameter --copy_from Change-Id: I26d584c350734bb26a6cf965a2198f0782dd0a9f --- glanceclient/v1/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='',