mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-28 08:47:29 +00:00
JAVA_HOME should be documented as discriminating #852
This commit is contained in:
@@ -121,7 +121,7 @@ public class MvndHelpFormatter {
|
||||
spaces(help, indentPos - help.length());
|
||||
wrap(help, toPlainText(entry.getJavaDoc()), terminalWidth, lineEnd, indent);
|
||||
|
||||
if (env.isDiscriminating()) {
|
||||
if (env.isDocumentedAsDiscriminating()) {
|
||||
indentedLine(help, terminalWidth, "This is a discriminating start parameter.", indent);
|
||||
}
|
||||
if (env.getDefault() != null) {
|
||||
|
Reference in New Issue
Block a user