epugh commented on code in PR #3190: URL: https://github.com/apache/solr/pull/3190#discussion_r2026678313
########## solr/core/src/java/org/apache/solr/cli/SolrCLI.java: ########## @@ -411,21 +411,25 @@ private static void printHelp() { print( " zk ls, zk cp, zk rm , zk mv, zk mkroot, zk upconfig, zk downconfig,"); print( - " snapshot-create, snapshot-list, snapshot-delete, snapshot-export, snapshot-prepare-export"); + " snapshot-create, snapshot-list, snapshot-delete, snapshot-export"); print(""); - print(" Standalone server example (start Solr running in the background on port 8984):"); + print(" Start Solr on default port 8983:"); Review Comment: done -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org