diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py index 95db39dbc..e58fa0047 100644 --- a/cinderclient/v2/shell.py +++ b/cinderclient/v2/shell.py @@ -79,7 +79,8 @@ def _print_volume_image(image): default=False, help='Enables or disables upload of ' 'a volume that is attached to an instance. ' - 'Default=False.') + 'Default=False. ' + 'This option may not be supported by your cloud.') @utils.arg('--container-format', metavar='', default='bare', diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py index a6a5bbe00..97fdc7e8c 100644 --- a/cinderclient/v3/shell.py +++ b/cinderclient/v3/shell.py @@ -1402,7 +1402,8 @@ def _find_group_type(cs, gtype): default=False, help='Enables or disables upload of ' 'a volume that is attached to an instance. ' - 'Default=False.') + 'Default=False. ' + 'This option may not be supported by your cloud.') @utils.arg('--container-format', metavar='', default='bare',