epugh commented on code in PR #3312:
URL: https://github.com/apache/solr/pull/3312#discussion_r2279487564
##########
solr/core/src/java/org/apache/solr/cli/PackageTool.java:
##########
@@ -334,7 +334,7 @@ public String getHeader() {
"Note: (a) Please add '--solr-url http://host:port' parameter if
needed (usually on Windows).");
format(
sb,
- " (b) Please make sure that all Solr nodes are started with
'-Denable.packages=true' parameter.");
+ " (b) Please make sure that all Solr nodes are started with
'-Dsolr.enable.packages=true' parameter.");
Review Comment:
sounds good! I like that booleans are ending with `.enabled`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]