Skip to content

Commit be64a58

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

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
@@ -79,7 +79,7 @@ public class NewAzureStorageFileSymbolicLink : AzureStorageFileCmdletBase
7979
[ValidateNotNullOrEmpty]
8080
public string Owner { get; set; }
8181

82-
[Parameter(Mandatory = false, HelpMessage = " Optional. The owner group identifier (GID) to be set on the symbolic link. The default value is 0 (root group).")]
82+
[Parameter(Mandatory = false, HelpMessage = "Optional. The owner group identifier (GID) to be set on the symbolic link. The default value is 0 (root group).")]
8383
[ValidateNotNullOrEmpty]
8484
public string Group { get; set; }
8585

0 commit comments

Comments
 (0)