Skip to content

Commit c1594e1

Browse files
Vladimir Kotalahornace
authored andcommitted
adjust message
1 parent dc607a8 commit c1594e1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ public static String[] parseOptions(String[] argv) throws ParseException {
571571
cfg.setHistoryParallelism((Integer) threadCount));
572572

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

0 commit comments

Comments
 (0)