Skip to content

Commit

Permalink
fixed message
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioG70 committed Jan 19, 2024
1 parent bdbb3b1 commit 7ee16fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class SIARDValidateFactory implements ValidateModuleFactory {

private static final Parameter noReportFile = new Parameter().shortName("nrf")
.longName(PARAMETER_NO_REPORT_FILE)
.description("The report file will not be generated.")
.description("The validation report file will not be generated.")
.hasArgument(false).valueIfSet("true").valueIfNotSet("false").required(false);

@Override
Expand Down

0 comments on commit 7ee16fe

Please sign in to comment.