Skip to content

Commit f545eff

Browse files
Vladimir Kotalahornace
authored andcommitted
the option is now generic
1 parent c1594e1 commit f545eff

File tree

1 file changed

+1
-2
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/index

1 file changed

+1
-2
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/index/Indexer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,7 @@ public static String[] parseOptions(String[] argv) throws ParseException {
572572

573573
parser.on("--historyFileThreads", "=number", Integer.class,
574574
"The number of threads to use for history cache generation when dealing with individual files.",
575-
"By default the number of threads will be set to the number of available CPUs.",
576-
"Assumes --renamedHistory=on").execute(threadCount ->
575+
"By default the number of threads will be set to the number of available CPUs.").execute(threadCount ->
577576
cfg.setHistoryFileParallelism((Integer) threadCount));
578577

579578
parser.on("-I", "--include", "=pattern",

0 commit comments

Comments
 (0)