We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c87d35 commit 36245a5Copy full SHA for 36245a5
opengrok-indexer/src/main/java/org/opengrok/indexer/index/Indexer.java
@@ -580,7 +580,7 @@ public static String[] parseOptions(String[] argv) throws ParseException {
580
581
parser.on("--hugeCharacters", "=number", Integer.class,
582
"Limit for number of characters to read and index from a Huge Text data",
583
- "Assumes --renamedHistory=on").execute(value ->
+ "file. Default is 5_000_000.").execute(value ->
584
cfg.setHugeTextLimitCharacters((int) value));
585
586
parser.on("-I", "--include", "=pattern",
0 commit comments