mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
Update run.bat
This commit is contained in:
parent
7bef7a8a74
commit
230eee1490
1 changed files with 1 additions and 1 deletions
2
run.bat
2
run.bat
|
@ -11,7 +11,7 @@ IF NOT "%1"=="" (
|
||||||
SHIFT
|
SHIFT
|
||||||
)
|
)
|
||||||
IF "%1"=="--help" (
|
IF "%1"=="--help" (
|
||||||
echo Usage: scripts/run.bat [--port N]
|
echo Usage: run.bat [--port N]
|
||||||
echo:
|
echo:
|
||||||
echo Run LibreTranslate using docker.
|
echo Run LibreTranslate using docker.
|
||||||
echo:
|
echo:
|
||||||
|
|
Loading…
Reference in a new issue