Skip to content

Commit

Permalink
fix html tag (Azure#8333)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxznmhdcxz authored Dec 4, 2024
1 parent d66dfaa commit 365519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage-preview/azext_storage_preview/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
c.argument('ssh_authorized_key', nargs='+', action=SshPublicKeyAddAction,
help='SSH authorized keys for SFTP. Includes an optional description and key. '
'The key is the base64 encoded SSH public key , with format: '
'<keyType> <keyData> e.g. ssh-rsa AAAABBBB.'
'`<keyType> <keyData>` e.g. ssh-rsa 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(),
Expand Down

0 comments on commit 365519d

Please sign in to comment.