Skip to content

Commit f3f78a5

Browse files
committed
Fix error message when no option is provided to wsl-reset
1 parent 0b45a8a commit f3f78a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsl-reset.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ switch ($true) {
5252
Write-Host "WSL has been shutdown, all distros unregistered, and WSL has been re-installed."
5353
}
5454
default {
55-
Write-Error "This script must be run with either --reset, --hard-reset, or --destructive-reset."
55+
Write-Error "This script must be run with either -reset, -hardreset, or -destructivereset."
5656
Exit 1
5757
}
5858
}

0 commit comments

Comments
 (0)