epugh commented on code in PR #1849: URL: https://github.com/apache/solr/pull/1849#discussion_r1297751569
########## solr/core/src/java/org/apache/solr/cli/SolrCLI.java: ########## @@ -97,13 +97,13 @@ public class SolrCLI implements CLIO { .required(false) .desc( "Base Solr URL, which can be used to determine the zkHost if that's not known; defaults to: " - + DEFAULT_SOLR_URL + + getDefaultSolrUrl() + '.') .build(); public static final Option OPTION_VERBOSE = Option.builder("verbose").required(false).desc("Enable more verbose command output.").build(); - // should this be boolean or just a otption? + // should this be boolean or just an option? Review Comment: thank you for fixing this typo... it' bugged me for a while. -- 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