瀏覽代碼
Correct PassThur to PassThru
addresses issue #63
pull/64/head
JB Lewis
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
NTFSSecurity/ItemCmdlets/RemoveItem2.cs
|
|
@@ -40,7 +40,7 @@ namespace NTFSSecurity |
|
|
|
} |
|
|
|
|
|
|
|
[Parameter] |
|
|
|
public SwitchParameter PassThur |
|
|
|
public SwitchParameter PassThru |
|
|
|
{ |
|
|
|
get { return passThru; } |
|
|
|
set { passThru = value; } |
|
|
|