epugh commented on code in PR #1670:
URL: https://github.com/apache/solr/pull/1670#discussion_r1257306629


##########
solr/core/src/java/org/apache/solr/cli/HealthcheckTool.java:
##########
@@ -60,11 +60,11 @@ public List<Option> getOptions() {
         SolrCLI.OPTION_SOLRURL,
         SolrCLI.OPTION_ZKHOST,
         Option.builder("c")
-            .argName("COLLECTION")
+            .longOpt("name")

Review Comment:
   Thanks for jumping on this...   
https://issues.apache.org/jira/browse/SOLR-16824 was opened to specifically 
track that conversion to the `--collection` approach.   I agree on the syntax 
changes needing tracking in Upgrade Notes.   I might start with the Upgrade 
Notes for 10.x, but if we back port, then bring them back to that version of 
Upgrade Notes.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to