This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new bfc25e2b87a use long form, -h now means --help, not --host (#2683)
bfc25e2b87a is described below
commit bfc25e2b87a3930b553c9d77ad4208df1a7c6af1
Author: Eric Pugh <[email protected]>
AuthorDate: Fri Aug 30 10:59:41 2024 -0400
use long form, -h now means --help, not --host (#2683)
---
solr/bin/solr.cmd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/bin/solr.cmd b/solr/bin/solr.cmd
index a07b4575c7d..e87220f6dbb 100755
--- a/solr/bin/solr.cmd
+++ b/solr/bin/solr.cmd
@@ -582,7 +582,7 @@ IF "%firstChar%"=="-" (
)
set SOLR_HOST=%~2
-set "PASS_TO_RUN_EXAMPLE=-h %~2 !PASS_TO_RUN_EXAMPLE!"
+set "PASS_TO_RUN_EXAMPLE=--host %~2 !PASS_TO_RUN_EXAMPLE!"
SHIFT
SHIFT
goto parse_args