Skip to content

Commit fe042c1

Browse files
bluewwCopilot
andauthored
Update src/Storage/Storage/File/Cmdlet/NewAzureStorageFileSymbolicLink.cs
Co-authored-by: Copilot <[email protected]>
1 parent 9ed72e3 commit fe042c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/Storage/File/Cmdlet/NewAzureStorageFileSymbolicLink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class NewAzureStorageFileSymbolicLink : AzureStorageFileCmdletBase
5454
[Parameter(
5555
Position = 2,
5656
Mandatory = true,
57-
HelpMessage = "The absolution or relative path to the file to be linked to.")]
57+
HelpMessage = "The absolute or relative path to the file to be linked to.")]
5858
[ValidateNotNullOrEmpty]
5959
public string LinkText { get; set; }
6060

0 commit comments

Comments
 (0)