You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/02/01 16:40:08 UTC

[GitHub] [lucene-solr] ctargett commented on a change in pull request #2275: SOLR-15123: Make all Tool option descriptions follow the same general pattern.

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



##########
File path: solr/core/src/java/org/apache/solr/util/SolrCLI.java
##########
@@ -236,13 +236,13 @@ protected abstract void runCloudTool(CloudSolrClient cloudSolrClient, CommandLin
           .argName("HOST")
           .hasArg()
           .required(false)
-          .desc("Address of the Zookeeper ensemble; defaults to: "+ZK_HOST)
+          .desc("Address of the Zookeeper ensemble; defaults to: "+ ZK_HOST + '.')

Review comment:
       ZK is properly spelled 'ZooKeeper' (capital 'K').




----------------------------------------------------------------
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:
users@infra.apache.org



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