From 8220b15b4000cb0fb9e5142794c23678b7732eb5 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Tue, 12 Apr 2016 17:09:27 -0700 Subject: [PATCH] Fix typo in bin/solr zk help text --- solr/bin/solr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/bin/solr b/solr/bin/solr index 9cf8ae53d767..bf94a9197f95 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"