[#6881] maven-deploy.bat's help options do not work (cannot be discovered easily)

This commit is contained in:
lukaseder 2017-12-07 15:49:33 +01:00
parent 35303c30cd
commit 0a1be969c9

View File

@ -2,7 +2,7 @@
:parse
IF "%~1"=="" GOTO endparse
IF "%~1"=="-i" GOTO parserepository
IF "%~1"=="-r" GOTO parserepository
IF "%~1"=="--repository" GOTO parserepository
IF "%~1"=="-u" GOTO parseurl
IF "%~1"=="--url" GOTO parseurl
@ -22,7 +22,7 @@ ECHO Usage: maven-deploy.bat ^<options^>
ECHO.
ECHO Options:
ECHO -h, --help Display this help and exit
ECHO -i, --repository (Optional) The repository id as specified in your settings.xml
ECHO -r, --repository (Optional) The repository id as specified in your settings.xml
ECHO -u, --url (Mandatory) The repository URL
GOTO end
:repeat