Fix typo in bin/solr zk help text

This closes #29
This commit is contained in:
Shalin Shekhar Mangar 2016-06-28 17:15:06 +05:30
parent e0c45f400f
commit ab2348e3ef
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ function print_usage() {
echo "" echo ""
echo " -downconfig to move a configset from Zookeeper to the local machine." echo " -downconfig to move a configset from Zookeeper to the local machine."
echo "" 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 " 'upconfig' and the source for 'downconfig'."
echo "" echo ""
echo " -d confdir The local directory the configuration will be uploaded from for" echo " -d confdir The local directory the configuration will be uploaded from for"