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

lucene-solr:branch_6x: Minor typo fix in solr.cmd help

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 07747cdb0 -> fefb5d260


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/fefb5d26
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/fefb5d26
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/fefb5d26

Branch: refs/heads/branch_6x
Commit: fefb5d260230441a0e8713b3acc4319b1e611c9b
Parents: 07747cdb
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:13:32 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/fefb5d26/solr/bin/solr.cmd
----------------------------------------------------------------------
diff --git a/solr/bin/solr.cmd b/solr/bin/solr.cmd
index 28de63f..991e3e9 100644
--- a/solr/bin/solr.cmd
+++ b/solr/bin/solr.cmd
@@ -204,7 +204,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.