From 417e29a6fdd37e3bf37b9eed99c7ea246cd0f45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Mon, 31 Oct 2016 15:11:59 +0100 Subject: [PATCH] Minor typo fix in solr.cmd help --- 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 9860d773d04..a7ad956562f 100644 --- a/solr/bin/solr.cmd +++ b/solr/bin/solr.cmd @@ -208,7 +208,7 @@ goto done @echo. @echo -p port Specify the port to start the Solr HTTP listener on; default is 8983 @echo. -@echo -d dir Specify the Solr server directory; defaults to example +@echo -d dir Specify the Solr server directory; defaults to server @echo. @echo -z zkHost Zookeeper connection string; only used when running in SolrCloud mode using -c @echo To launch an embedded Zookeeper instance, don't pass this parameter.