You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/06/28 11:45:08 UTC

lucene-solr:master: Fix typo in bin/solr zk help text

Repository: lucene-solr
Updated Branches:
  refs/heads/master e0c45f400 -> ab2348e3e


Fix typo in bin/solr zk help text

 This closes #29


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

Branch: refs/heads/master
Commit: ab2348e3efc4cbc9d2d5c1653bfad5e22a5edf74
Parents: e0c45f4
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Tue Jun 28 17:15:06 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Tue Jun 28 17:15:21 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ab2348e3/solr/bin/solr
----------------------------------------------------------------------
diff --git a/solr/bin/solr b/solr/bin/solr
index aaf2f3d..0fa45e7 100755
--- a/solr/bin/solr
+++ b/solr/bin/solr
@@ -360,7 +360,7 @@ function print_usage() {
     echo ""
     echo "     -downconfig to move a configset from Zookeeper to the local machine."
     echo ""
-    echo "     -n configName    Name of the configset in Zookeeper that will be the destinatino of"
+    echo "     -n configName    Name of the configset in Zookeeper that will be the destination of"
     echo "                       'upconfig' and the source for 'downconfig'."
     echo ""
     echo "     -d confdir       The local directory the configuration will be uploaded from for"