clarify help menu text

This commit is contained in:
2022-03-01 15:08:43 -06:00
parent 8275cf7740
commit 578bdc0fbf

View File

@@ -422,7 +422,7 @@ public class CommandLineInterface {
// Option printIncorrect = Option.builder().longOpt("print-incorrect")
// .desc("(Optional) Print the number of incorrect pairs to stdout").build();
Option printMetadata = Option.builder().longOpt("print-metadata")
.desc("(Optional) Print all metadata to stdout").build();
.desc("(Optional) Print summary of matching results to stdout.").build();
matchCDR3options
// .addOption(printErrorRate)
// .addOption(printAttempt)