Update run.bat

This commit is contained in:
Piero Toffanin 2023-01-13 10:14:31 -05:00
parent 7bef7a8a74
commit 230eee1490
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ IF NOT "%1"=="" (
SHIFT
)
IF "%1"=="--help" (
echo Usage: scripts/run.bat [--port N]
echo Usage: run.bat [--port N]
echo:
echo Run LibreTranslate using docker.
echo: