You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kr...@apache.org on 2016/10/31 15:15:06 UTC

[14/15] lucene-solr:jira/solr-8593: Minor typo fix in solr.cmd help

Minor typo fix in solr.cmd help


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/417e29a6
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/417e29a6
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/417e29a6

Branch: refs/heads/jira/solr-8593
Commit: 417e29a6fdd37e3bf37b9eed99c7ea246cd0f45a
Parents: c444658
Author: Jan H�ydahl <ja...@apache.org>
Authored: Mon Oct 31 15:11:59 2016 +0100
Committer: Jan H�ydahl <ja...@apache.org>
Committed: Mon Oct 31 15:11:59 2016 +0100

----------------------------------------------------------------------
 solr/bin/solr.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/417e29a6/solr/bin/solr.cmd
----------------------------------------------------------------------
diff --git a/solr/bin/solr.cmd b/solr/bin/solr.cmd
index 9860d77..a7ad956 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.