mirror of https://github.com/apache/lucene.git
Fix typo in bin/solr zk help text
This closes #29
(cherry picked from commit ab2348e
)
This commit is contained in:
parent
de85b9fff2
commit
03bbf7ce8a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue