mirror of https://github.com/apache/lucene.git
Fixed error in bin/solr cp example
This commit is contained in:
parent
9e99a23f31
commit
9efa022e0a
|
@ -93,5 +93,5 @@ If you for example would like to keep your `solr.xml` in ZooKeeper to avoid havi
|
|||
|
||||
[source,bash]
|
||||
----
|
||||
bin/solr cp file:local/file/path/to/solr.xml zk:/solr.xml -z localhost:2181
|
||||
bin/solr zk cp file:local/file/path/to/solr.xml zk:/solr.xml -z localhost:2181
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue