This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new f2b2ed1cc5a Add in cluster command to tool help. (#3189)
f2b2ed1cc5a is described below

commit f2b2ed1cc5a6af327ffb35b873bf4859af443fca
Author: Eric Pugh <[email protected]>
AuthorDate: Sun Feb 16 09:12:10 2025 -0500

    Add in cluster command to tool help. (#3189)
---
 solr/core/src/java/org/apache/solr/cli/SolrCLI.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/core/src/java/org/apache/solr/cli/SolrCLI.java 
b/solr/core/src/java/org/apache/solr/cli/SolrCLI.java
index e88b0dada7f..568bc211964 100755
--- a/solr/core/src/java/org/apache/solr/cli/SolrCLI.java
+++ b/solr/core/src/java/org/apache/solr/cli/SolrCLI.java
@@ -405,9 +405,9 @@ public class SolrCLI implements CLIO {
   private static void printHelp() {
 
     print("Usage: solr COMMAND OPTIONS");
-    print("       where COMMAND is one of: start, stop, restart, status, ");
+    print("       where COMMAND is one of: start, stop, restart, status, 
healthcheck, ");
     print(
-        "                                healthcheck, create, delete, auth, 
assert, config, export, api, package, post, stream,");
+        "                                create, delete, auth, assert, config, 
cluster, export, api, package, post, stream,");
     print(
         "                                zk ls, zk cp, zk rm , zk mv, zk 
mkroot, zk upconfig, zk downconfig,");
     print(

Reply via email to