Skip to content

Commit

Permalink
Fix String mangled during automatic-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
idodeclare committed Oct 7, 2020
1 parent 358d2f6 commit f6bdc40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ public static String[] parseOptions(String[] argv) throws ParseException {

parser.on("--hugeCharacters", "=number", Integer.class,
"Limit for number of characters to read and index from a Huge Text data",
"Assumes --renamedHistory=on").execute(value ->
"file. Default is 5_000_000.").execute(value ->
cfg.setHugeTextLimitCharacters((int) value));

parser.on("-I", "--include", "=pattern",
Expand Down

0 comments on commit f6bdc40

Please sign in to comment.