Fix help text 56/15156/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 1 Apr 2019 20:37:59 +0000 (13:37 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 2 Apr 2019 21:37:27 +0000 (14:37 -0700)
Cleanup the help text for 'openstack image upload'

Change-Id: I1e00b09332677b244c2d9d96c5d9ddcb5712e38d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
lftools/openstack/cmd.py

index 8437dd0..ba659e8 100644 (file)
@@ -99,7 +99,7 @@ def share(ctx, image, dest):
     help='Disk format of image. (default: qcow2)')
 @click.pass_context
 def upload(ctx, image, name, disk_format):
-    """Share image with another tenant."""
+    """Upload image to OpenStack cloud."""
     name = ' '.join(name)
     os_image.upload(ctx.obj['os_cloud'], image, name, disk_format)