diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py index 9a5d7c582..8e94f0334 100644 --- a/cinderclient/v2/shell.py +++ b/cinderclient/v2/shell.py @@ -1658,8 +1658,8 @@ def do_encryption_type_show(cs, args): @utils.arg('provider', metavar='', type=str, - help='The class that provides encryption support. ' - 'For example, LuksEncryptor.') + help='The encryption provider format. ' + 'For example, "luks" or "plain."') @utils.arg('--cipher', metavar='', type=str, @@ -1717,7 +1717,7 @@ def do_encryption_type_create(cs, args): type=str, required=False, default=argparse.SUPPRESS, - help="Class providing encryption support (e.g. LuksEncryptor)") + help="Encryption provider format (e.g. 'luks' or 'plain').") @utils.arg('--cipher', metavar='', type=str,