From ab2348e3efc4cbc9d2d5c1653bfad5e22a5edf74 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Tue, 28 Jun 2016 17:15:06 +0530 Subject: [PATCH] Fix typo in bin/solr zk help text This closes #29 --- solr/bin/solr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/bin/solr b/solr/bin/solr index aaf2f3dadcf..0fa45e716e0 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"