epugh commented on a change in pull request #2275: URL: https://github.com/apache/lucene-solr/pull/2275#discussion_r568087125
########## 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: what would you say to wrapping it in single quotes? Some other places that appears to be the pattern. Address of the collection, example 'http://localhost:8983/solr/gettingstarted'. Or maybe, I'm just being pedantic about my periods and should skip it! ---------------------------------------------------------------- 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