cpoerschke commented on code in PR #2200:
URL: https://github.com/apache/solr/pull/2200#discussion_r1453726936
##########
solr/bin/solr:
##########
@@ -422,7 +422,7 @@ function print_usage() {
echo ""
echo " -noprompt Don't prompt for input; accept all defaults
when running examples that accept user input"
echo ""
- echo " -force If attempting to start Solr as the root
user, the script will exit with a warning that running Solr as "root" can cause
problems."
+ echo " -force If attempting to start Solr as the root
user, the script will exit with a warning that running Solr as \"root\" can
cause problems."
echo " It is possible to override this warning
with the `-force` parameter."
Review Comment:
```suggestion
echo " It is possible to override this warning
with the '-force' parameter."
```
--
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]