Ver código fonte

Merge pull request #64 from AspenForester/patch-2

Correct PassThur to PassThru
pull/72/head
Raimund Andrée [MSFT] 4 anos atrás
committed by GitHub
pai
commit
da4376ad4a
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      NTFSSecurity/ItemCmdlets/RemoveItem2.cs

+ 1
- 1
NTFSSecurity/ItemCmdlets/RemoveItem2.cs Ver arquivo

@@ -40,7 +40,7 @@ namespace NTFSSecurity
}

[Parameter]
public SwitchParameter PassThur
public SwitchParameter PassThru
{
get { return passThru; }
set { passThru = value; }


Carregando…
Cancelar
Salvar