diff --git a/src/storage-preview/azext_storage_preview/_params.py b/src/storage-preview/azext_storage_preview/_params.py index 55ae0c34f27..12f95696cd0 100644 --- a/src/storage-preview/azext_storage_preview/_params.py +++ b/src/storage-preview/azext_storage_preview/_params.py @@ -448,8 +448,8 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem help='SSH authorized keys for SFTP. Includes an optional description and key. ' 'The key is the base64 encoded SSH public key , with format: ' ' e.g. ssh-rsa AAAABBBB.' - 'Example: --ssh_authorized_key description=description key="ssh-ras AAAABBBB"' - 'or --ssh_authorized_key key="ssh-ras AAAABBBB"') + 'Example: --ssh_authorized_key description=description key="ssh-rsa AAAABBBB"' + 'or --ssh_authorized_key key="ssh-rsa AAAABBBB"') c.argument('has_shared_key', arg_type=get_three_state_flag(), help='Indicates whether shared key exists. Set it to false to remove existing shared key.') c.argument('has_ssh_key', arg_type=get_three_state_flag(),