fix typo between dest/src and send/recv
This commit is contained in:
Родитель
899fe2acf7
Коммит
5551811c03
|
@ -8,8 +8,8 @@ Param(
|
|||
[parameter(Mandatory=$true)] [string] $DestIp,
|
||||
[parameter(Mandatory=$true)] [string] $SrcIp,
|
||||
[parameter(Mandatory=$true)] [ValidateScript({Test-Path $_ -PathType Container})] [String] $OutDir = "",
|
||||
[parameter(Mandatory=$true)] [string] $SendDir,
|
||||
[parameter(Mandatory=$true)] [string] $RecvDir
|
||||
[parameter(Mandatory=$true)] [string] $DestDir,
|
||||
[parameter(Mandatory=$true)] [string] $SrcDir
|
||||
)
|
||||
$scriptName = $MyInvocation.MyCommand.Name
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче