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



##########
File path: solr/core/src/java/org/apache/solr/util/PackageTool.java
##########
@@ -261,44 +261,44 @@ protected void runImpl(CommandLine cli) throws Exception {
         .argName("URL")
         .hasArg()
         .required(true)
-        .desc("Address of the Solr Web application, defaults to: " + 
SolrCLI.DEFAULT_SOLR_URL)
+        .desc("Address of the Solr Web application, defaults to: " + 
SolrCLI.DEFAULT_SOLR_URL + '.')
         .build(),
 
         Option.builder("collections")
         .argName("COLLECTIONS")
         .hasArg()
         .required(false)
-        .desc("List of collections. Run './solr package help' for more 
details.")
+        .desc("Specifies that this is to be a collection(s) level action.")

Review comment:
       I don't know if this is accurate, but maybe something like:
   
   "Specifies that this action should affect plugins for the given collections 
only, excluding cluster level plugins."
   
   And for the cluster one:
   
   "Specifies that this action should affect cluster-level plugins only."




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