Fix Zo[o]keeper typo in 'solr zk' usage description.

This commit is contained in:
Christine Poerschke 2020-08-18 16:41:35 +01:00
parent 77a4d495cc
commit 16ab243759
2 changed files with 2 additions and 2 deletions

View File

@ -559,7 +559,7 @@ function print_usage() {
echo " ...solr/server/solr/configsets' then the configs will be copied from/to" 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 " that directory. Otherwise it is interpreted as a simple local path."
echo "" 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 Recursively copy <src> to <dst>. Command will fail if <src> has children and "
echo " -r is not specified. Optional" echo " -r is not specified. Optional"
echo "" echo ""

View File

@ -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 ...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 that directory. Otherwise it is interpreted as a simple local path.
echo. 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 Recursively copy ^<src^> to ^<dst^>. Command will fail if ^<src^> has children and
echo -r is not specified. Optional echo -r is not specified. Optional
echo. echo.