We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b45a8a commit f3f78a5Copy full SHA for f3f78a5
wsl-reset.ps1
@@ -52,7 +52,7 @@ switch ($true) {
52
Write-Host "WSL has been shutdown, all distros unregistered, and WSL has been re-installed."
53
}
54
default {
55
- Write-Error "This script must be run with either --reset, --hard-reset, or --destructive-reset."
+ Write-Error "This script must be run with either -reset, -hardreset, or -destructivereset."
56
Exit 1
57
58
0 commit comments