Skip to content

Commit 85b39f0

Browse files
committed
fix html tag
1 parent 605d8e0 commit 85b39f0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/storage-preview/azext_storage_preview/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
938938
c.argument('ssh_authorized_key', nargs='+', action=SshPublicKeyAddAction,
939939
help='SSH authorized keys for SFTP. Includes an optional description and key. '
940940
'The key is the base64 encoded SSH public key , with format: '
941-
'<keyType> <keyData> e.g. ssh-rsa AAAABBBB.'
941+
'`<keyType> <keyData>` e.g. ssh-rsa AAAABBBB.'
942942
'Example: --ssh_authorized_key description=description key="ssh-rsa AAAABBBB"'
943943
'or --ssh_authorized_key key="ssh-rsa AAAABBBB"')
944944
c.argument('has_shared_key', arg_type=get_three_state_flag(),

0 commit comments

Comments
 (0)