From 56edff773c55e1b66bc79baa43f9e6196faec9f1 Mon Sep 17 00:00:00 2001 From: LoganDark Date: Thu, 13 May 2021 06:14:58 +0200 Subject: [PATCH] Fix "the system cannot find the file specified" in the batch file help menu --- install-wsl.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-wsl.bat b/install-wsl.bat index 755e018..d3b4e68 100644 --- a/install-wsl.bat +++ b/install-wsl.bat @@ -61,7 +61,7 @@ echo Usage: install-wsl.bat --help echo Displays all possible invocations of this script and brief descriptions of echo each. echo. -echo Usage: install-wsl.bat --install [--quiet] +echo Usage: install-wsl.bat --install ^ [--quiet] echo Installs the given distribution. If the --quiet flag is given then no output echo will be printed. echo.