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:46:00 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x de85b9fff -> 03bbf7ce8


Fix typo in bin/solr zk help text

 This closes #29
(cherry picked from commit ab2348e)


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

Branch: refs/heads/branch_6x
Commit: 03bbf7ce8a230143b8da21eaa7af1c60247ce3cd
Parents: de85b9f
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:16:14 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/03bbf7ce/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"