Skip to content

Commit 3a05407

Browse files
committed
windows fixes!
1 parent b4e4332 commit 3a05407

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solr/bin/solr.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ goto err
343343
@echo.
344344
@echo -y/--no-prompt Don't prompt for input; accept all defaults when running examples that accept user input
345345
@echo.
346-
@echo --prompt <values> Don't prompt for input; comma delimited list of inputs read when running examples that accept user input."
346+
@echo --prompts values Don't prompt for input; comma delimited list of inputs read when running examples that accept user input."
347347
@echo.
348348
@echo --verbose and -q/--quiet Verbose or quiet logging. Sets default log level to DEBUG or WARN instead of INFO
349349
@echo.
@@ -401,7 +401,7 @@ IF "%1"=="-j" goto set_addl_jetty_config
401401
IF "%1"=="--jettyconfig" goto set_addl_jetty_config
402402
IF "%1"=="-y" goto set_noprompt
403403
IF "%1"=="--no-prompt" goto set_noprompt
404-
IF "%1"=="--prompt" goto set_prompt
404+
IF "%1"=="--prompt"s goto set_prompts
405405

406406
REM Skip stop arg parsing if not stop command
407407
IF NOT "%SCRIPT_CMD%"=="stop" goto parse_general_args
@@ -698,7 +698,7 @@ set "PASS_TO_RUN_EXAMPLE=--no-prompt !PASS_TO_RUN_EXAMPLE!"
698698
SHIFT
699699
goto parse_args
700700

701-
:set_prompt
701+
:set_prompts
702702
set "PASS_TO_RUN_EXAMPLE=--prompts %~2 !PASS_TO_RUN_EXAMPLE!"
703703

704704
SHIFT

0 commit comments

Comments
 (0)