Skip to content

Commit bfc25e2

Browse files
authored
use long form, -h now means --help, not --host (#2683)
1 parent 4736adb commit bfc25e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/bin/solr.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ IF "%firstChar%"=="-" (
582582
)
583583

584584
set SOLR_HOST=%~2
585-
set "PASS_TO_RUN_EXAMPLE=-h %~2 !PASS_TO_RUN_EXAMPLE!"
585+
set "PASS_TO_RUN_EXAMPLE=--host %~2 !PASS_TO_RUN_EXAMPLE!"
586586
SHIFT
587587
SHIFT
588588
goto parse_args

0 commit comments

Comments
 (0)