epugh commented on code in PR #2819: URL: https://github.com/apache/solr/pull/2819#discussion_r1821674044
########## solr/core/src/java/org/apache/solr/cli/RunExampleTool.java: ########## @@ -260,7 +260,7 @@ protected void runExample(CommandLine cli, String exampleName) throws Exception "techproducts".equals(exampleName) ? "sample_techproducts_configs" : "_default"; boolean isCloudMode = cli.hasOption('c'); - String zkHost = cli.getOptionValue('z'); + String zkHost = SolrCLI.getZkHost(cli); Review Comment: Nice one! I don't think I realized this was here. -- 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