This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new edcdf372afa Add in cluster command to tool help. (#3189)
edcdf372afa is described below
commit edcdf372afa651a2d952e52cb4e5e19b0fe8f71e
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 | 5 ++---
1 file changed, 2 insertions(+), 3 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 14b637e8e18..5c5f9084018 100755
--- a/solr/core/src/java/org/apache/solr/cli/SolrCLI.java
+++ b/solr/core/src/java/org/apache/solr/cli/SolrCLI.java
@@ -685,10 +685,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, ");
-
+ " 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(