Fixed error in bin/solr cp example

This commit is contained in:
Erick Erickson 2017-06-02 14:19:03 -07:00
parent 9e99a23f31
commit 9efa022e0a
1 changed files with 1 additions and 1 deletions

View File

@ -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
----