epugh commented on code in PR #3190: URL: https://github.com/apache/solr/pull/3190#discussion_r1971597612
########## solr/core/src/java/org/apache/solr/cli/SolrCLI.java: ########## @@ -409,23 +409,27 @@ private static void printHelp() { print( " healthcheck, create, delete, auth, assert, config, export, api, package, post, stream,"); print( - " zk ls, zk cp, zk rm , zk mv, zk mkroot, zk upconfig, zk downconfig,"); + " zk ls, zk cp, zk rm , zk mvStandalone server example, zk mkroot, zk upconfig, zk downconfig,"); print( " snapshot-create, snapshot-list, snapshot-delete, snapshot-export, snapshot-prepare-export"); print(""); - print(" Standalone server example (start Solr running in the background on port 8984):"); + print(" Start Solr running in the background on port 8984:"); Review Comment: i agree, the background isn't important, and in fact what you would assume! Also, this I think is the crux of the cahnge. Yes user from Solr 9, you dn't have to be any the wiser that you are running SolrCloud. This is the downplaying of SolrCloud (and it's attendent baggage ZK) -- 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