aboutsummaryrefslogtreecommitdiffstats
path: root/start.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'start.ps1')
-rw-r--r--start.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/start.ps1 b/start.ps1
index a6f26dc..4927da6 100644
--- a/start.ps1
+++ b/start.ps1
@@ -3,6 +3,7 @@ param (
[Parameter(Mandatory=$true)][int]$w,
[switch]$h
)
+$w--
if ($h) {
Write-Output "Usage:"
Write-Output "-s (Server port)"