diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py index 7bc8c29..aa12801 100644 --- a/cinderclient/v3/shell.py +++ b/cinderclient/v3/shell.py @@ -792,9 +792,9 @@ def do_quota_update(cs, args): @utils.arg('--image_name', help=argparse.SUPPRESS) @utils.arg('--visibility', - metavar='', - help='Set image visibility to either public or private. ' - 'Default=private.', + metavar='', + help='Set image visibility to public, private, community or ' + 'shared. Default=private.', default='private', start_version='3.1') @utils.arg('--protected',