Fix v2 image create --file documentation

Help for 'v2 image create --file' should refer to upload,
not download.

DocImpact

Change-Id: I2ae00e3242fb10001e216cde93fdf9c6f18ad13e
Closes-bug: 1408028
This commit is contained in:
Stuart McLaren
2015-01-06 17:13:22 +00:00
parent df02ee8e2a
commit 4c7c7adb3f

View File

@@ -42,9 +42,8 @@ def get_image_schema():
default=[], help=('Arbitrary property to associate with image.'
' May be used multiple times.'))
@utils.arg('--file', metavar='<FILE>',
help='Local file to save downloaded image data to. '
'If this is not specified the image data will be '
'written to stdout.')
help='Local file that contains disk image to be uploaded '
'during creation.')
@utils.arg('--progress', action='store_true', default=False,
help='Show upload progress bar.')
def do_image_create(gc, args):