Skip to content

Commit d8b19d7

Browse files
committed
fix style
1 parent ca63652 commit d8b19d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/azure-cli/azure/cli/command_modules/storage/_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3212,4 +3212,4 @@
32123212
- name: Show the symbolic link to an NFS file specified by path.
32133213
text: |
32143214
az storage file symbolic-link show --account-name MyAccount --share-name share --path link_path
3215-
"""
3215+
"""

src/azure-cli/azure/cli/command_modules/storage/_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2803,8 +2803,8 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
28032803
c.extra('share_name', share_name_type, required=True)
28042804
c.register_path_argument()
28052805
c.argument('target', required=True,
2806-
help='Specifies the file path the symbolic link will point to. '
2807-
'The file path can be either relative or absolute.')
2806+
help='Specifies the file path the symbolic link will point to. '
2807+
'The file path can be either relative or absolute.')
28082808
c.extra('metadata', nargs='+',
28092809
help='Metadata in space-separated key=value pairs. This overwrites any existing metadata.',
28102810
validator=validate_metadata)

0 commit comments

Comments
 (0)