ottlinger commented on code in PR #252:
URL: https://github.com/apache/creadur-rat/pull/252#discussion_r1606438555
##########
apache-rat-core/src/main/java/org/apache/rat/Report.java:
##########
@@ -181,20 +200,21 @@ public String desc() {
* The stylesheet to use to style the XML output.
*/
static final Option STYLESHEET_CLI =
Option.builder("s").longOpt("stylesheet").hasArg().argName("StyleSheet")
- .desc("XSLT stylesheet to use when creating the report. Not
compatible with -x. " +
- "Either an external xsl file may be specified or one of
the internal named sheets: plain-rat (default), missing-headers, or
unapproved-licenses")
+ .desc("XSLT stylesheet to use when creating the report. Not
compatible with -x. "
+ + "Either an external xsl file may be specified or one of
the internal named sheets: plain-rat (default), missing-headers, or
unapproved-licenses")
.build();
/**
* Produce help
*/
static final Option HELP = new Option("h", "help", false, "Print help for
the RAT command line interface and exit.");
/**
* Flag to identify a file with license definitions.
+ *
* @since 0.16.0
Review Comment:
Fixed
--
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]