Skip to content

Commit a9a037c

Browse files
author
Vladimir Kotal
committed
remove references to Exuberant ctags
1 parent 708cf62 commit a9a037c

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ public static String[] parseOptions(String[] argv) throws ParseException {
440440
);
441441

442442
parser.on("-c", "--ctags","=/path/to/ctags",
443-
"Path to Exuberant or Universal Ctags",
444-
"By default takes the Exuberant Ctags in PATH.").
443+
"Path to Universal Ctags",
444+
"By default takes the Universal Ctags in PATH.").
445445
Do( ctagsPath -> {
446446
cfg.setCtags((String)ctagsPath);
447447
}
@@ -878,7 +878,7 @@ public void prepareIndexer(RuntimeEnvironment env,
878878
}
879879

880880
if (zapCache.isEmpty() && !env.validateUniversalCtags()) {
881-
throw new IndexerException("Didn't find Exuberant Ctags");
881+
throw new IndexerException("Didn't find Universal Ctags");
882882
}
883883
if (zapCache == null) {
884884
throw new IndexerException("Internal error, zapCache shouldn't be null");

0 commit comments

Comments
 (0)