epugh commented on a change in pull request #2275:
URL: https://github.com/apache/lucene-solr/pull/2275#discussion_r568092337



##########
File path: solr/core/src/java/org/apache/solr/util/ExportTool.java
##########
@@ -216,32 +216,32 @@ void end() throws IOException {
       Option.builder("url")
           .hasArg()
           .required()
-          .desc("Address of the collection, example 
http://localhost:8983/solr/gettingstarted";)
+          .desc("Address of the collection, example 
http://localhost:8983/solr/gettingstarted.";)

Review comment:
       also, we do this a lot for the ZooKeeper host:  
   
   ```
   .desc("Address of the ZooKeeper ensemble; defaults to: " + ZK_HOST + '.')
   ```
   
   Maybe convert those to
   
   ```
   .desc("Address of the ZooKeeper ensemble; defaults to: '" + ZK_HOST + "'.")
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to