Skip to content

Commit

Permalink
Removed required tag from procname and id
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed Jul 19, 2015
1 parent c2332ab commit 7a4db37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Invoke-WMITools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ function Invoke-WorkerWmiKillProcess
[string]$Pass,
[Parameter(Mandatory = $False)]
[string[]]$Targets = ".",
[Parameter(Mandatory = $True)]
[Parameter(Mandatory = $False)]
[string]$ProcName,
[Parameter(Mandatory = $True)]
[Parameter(Mandatory = $False)]
[string]$ProcID
)

Expand Down

0 comments on commit 7a4db37

Please sign in to comment.