Skip to content

Commit c313ba2

Browse files
Vladimir Kotalahornace
authored andcommitted
assumes history
1 parent f545eff commit c313ba2

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,8 @@ 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.").execute(threadCount ->
575+
"By default the number of threads will be set to the number of available CPUs.",
576+
"Assumes -H/--history.").execute(threadCount ->
576577
cfg.setHistoryFileParallelism((Integer) threadCount));
577578

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

0 commit comments

Comments
 (0)