summaryrefslogtreecommitdiff
path: root/glanceclient/v1/shell.py
diff options
context:
space:
mode:
authorJuan Manuel Olle <juan.m.olle@intel.com>2014-06-03 17:14:58 -0300
committerJuan Manuel Olle <juan.m.olle@intel.com>2014-06-03 17:15:01 -0300
commit083986ad7e3742b5ecd7dcb75c37e9881fc193c6 (patch)
treeabfc7ce6d9cf84877743c5eda5092628efebc488 /glanceclient/v1/shell.py
parentf2e0610628bf646003c40668adfa5a6c4318cbc3 (diff)
downloadpython-glanceclient-083986ad7e3742b5ecd7dcb75c37e9881fc193c6.tar.gz
Fix help text in image-create
Image-create help text makes reference of a non existing parameter --copy_from Change-Id: I26d584c350734bb26a6cf965a2198f0782dd0a9f
Diffstat (limited to 'glanceclient/v1/shell.py')
-rw-r--r--glanceclient/v1/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py
index f345cef..b140d8b 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='<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>',