Skip to content

Commit 5246361

Browse files
committed
Fix bug with the Byte parameter alias.
1 parent d703157 commit 5246361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NtObjectManager/Cmdlets/Object/NewNtSecurityDescriptorCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public sealed class NewNtSecurityDescriptorCmdlet : PSCmdlet
155155
/// <para type="description">Specify a byte array containing the security descriptor.</para>
156156
/// </summary>
157157
[Parameter(Mandatory = true, Position = 0, ParameterSetName = "FromBytes")]
158-
[Alias("Byte")]
158+
[Alias("Bytes")]
159159
public byte[] Byte { get; set; }
160160

161161
/// <summary>

0 commit comments

Comments
 (0)