clarify help menu text
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user