Browse Source

Fix "the system cannot find the file specified" in the batch file help menu

master
LoganDark 3 years ago
parent
commit
56edff773c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install-wsl.bat

+ 1
- 1
install-wsl.bat View File

@ -61,7 +61,7 @@ echo Usage: install-wsl.bat --help
echo Displays all possible invocations of this script and brief descriptions of echo Displays all possible invocations of this script and brief descriptions of
echo each. echo each.
echo. echo.
echo Usage: install-wsl.bat --install <distro> [--quiet]
echo Usage: install-wsl.bat --install ^<distro^> [--quiet]
echo Installs the given distribution. If the --quiet flag is given then no output echo Installs the given distribution. If the --quiet flag is given then no output
echo will be printed. echo will be printed.
echo. echo.


Loading…
Cancel
Save