Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Commit f2714f2

Browse files
committed
Bugfix
1 parent 1794a7e commit f2714f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/ScanNetworkAsync.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Param(
5252
[Parameter(
5353
Position=1,
5454
Mandatory=$true,
55-
HelpMessage='End IP-Address like 172.16.1.254']
55+
HelpMessage='End IP-Address like 172.16.1.254')]
5656
[IPAddress]$EndIPAddress,
5757

5858
[Parameter(

0 commit comments

Comments
 (0)