浏览代码

Merge pull request #64 from AspenForester/patch-2

Correct PassThur to PassThru
pull/72/head
Raimund Andrée [MSFT] 4 年前
committed by GitHub
父节点
当前提交
da4376ad4a
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      NTFSSecurity/ItemCmdlets/RemoveItem2.cs

+ 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; }


正在加载...
取消
保存