You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2020/08/18 15:58:37 UTC

[lucene-solr] branch master updated: Fix Zo[o]keeper typo in 'solr zk' usage description.

This is an automated email from the ASF dual-hosted git repository.

cpoerschke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 16ab243  Fix Zo[o]keeper typo in 'solr zk' usage description.
16ab243 is described below

commit 16ab243759cf119efd30ff39e0e78b19a98f4fb9
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Tue Aug 18 16:41:35 2020 +0100

    Fix Zo[o]keeper typo in 'solr zk' usage description.
---
 solr/bin/solr     | 2 +-
 solr/bin/solr.cmd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/bin/solr b/solr/bin/solr
index 7e3cf0c6..f6062a5 100755
--- a/solr/bin/solr
+++ b/solr/bin/solr
@@ -559,7 +559,7 @@ function print_usage() {
     echo "                             ...solr/server/solr/configsets' then the configs will be copied from/to"
     echo "                             that directory. Otherwise it is interpreted as a simple local path."
     echo ""
-    echo "         cp copies files or folders to/from Zookeeper or Zokeeper -> Zookeeper"
+    echo "         cp copies files or folders to/from Zookeeper or Zookeeper -> Zookeeper"
     echo "             -r    Recursively copy <src> to <dst>. Command will fail if <src> has children and "
     echo "                        -r is not specified. Optional"
     echo ""
diff --git a/solr/bin/solr.cmd b/solr/bin/solr.cmd
index 8fb5e7a..53fafe2 100755
--- a/solr/bin/solr.cmd
+++ b/solr/bin/solr.cmd
@@ -551,7 +551,7 @@ echo                             'upconfig' or downloaded to for 'downconfig'. I
 echo                             ...solr/server/solr/configsets' then the configs will be copied from/to
 echo                             that directory. Otherwise it is interpreted as a simple local path.
 echo.
-echo         cp copies files or folders to/from Zookeeper or Zokeeper -^> Zookeeper
+echo         cp copies files or folders to/from Zookeeper or Zookeeper -^> Zookeeper
 echo             -r              Recursively copy ^<src^> to ^<dst^>. Command will fail if ^<src^> has children and
 echo                             -r is not specified. Optional
 echo.