Skip to content

Commit 50e3505

Browse files
[storage-preview] Fix #22699: fixing typo (#5124)
Fixes Azure/azure-cli#22699
1 parent 15e5e89 commit 50e3505

File tree

1 file changed

+2
-2
lines changed
  • src/storage-preview/azext_storage_preview

1 file changed

+2
-2
lines changed

src/storage-preview/azext_storage_preview/_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
448448
help='SSH authorized keys for SFTP. Includes an optional description and key. '
449449
'The key is the base64 encoded SSH public key , with format: '
450450
'<keyType> <keyData> e.g. ssh-rsa AAAABBBB.'
451-
'Example: --ssh_authorized_key description=description key="ssh-ras AAAABBBB"'
452-
'or --ssh_authorized_key key="ssh-ras AAAABBBB"')
451+
'Example: --ssh_authorized_key description=description key="ssh-rsa AAAABBBB"'
452+
'or --ssh_authorized_key key="ssh-rsa AAAABBBB"')
453453
c.argument('has_shared_key', arg_type=get_three_state_flag(),
454454
help='Indicates whether shared key exists. Set it to false to remove existing shared key.')
455455
c.argument('has_ssh_key', arg_type=get_three_state_flag(),

0 commit comments

Comments
 (0)