mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-02-16 17:45:18 +00:00
mover scripts in a scripts dir
This commit is contained in:
parent
9b20a735c6
commit
6e04c88308
6 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ IF NOT "%1"=="" (
|
||||||
SHIFT
|
SHIFT
|
||||||
)
|
)
|
||||||
IF "%1"=="--help" (
|
IF "%1"=="--help" (
|
||||||
echo Usage: run.bat [--port N]
|
echo Usage: scripts/run.bat [--port N]
|
||||||
echo:
|
echo:
|
||||||
echo Run LibreTranslate using docker.
|
echo Run LibreTranslate using docker.
|
||||||
echo:
|
echo:
|
Loading…
Reference in a new issue