File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/index Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -440,8 +440,8 @@ public static String[] parseOptions(String[] argv) throws ParseException {
440
440
);
441
441
442
442
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." ).
445
445
Do ( ctagsPath -> {
446
446
cfg .setCtags ((String )ctagsPath );
447
447
}
@@ -878,7 +878,7 @@ public void prepareIndexer(RuntimeEnvironment env,
878
878
}
879
879
880
880
if (zapCache .isEmpty () && !env .validateUniversalCtags ()) {
881
- throw new IndexerException ("Didn't find Exuberant Ctags" );
881
+ throw new IndexerException ("Didn't find Universal Ctags" );
882
882
}
883
883
if (zapCache == null ) {
884
884
throw new IndexerException ("Internal error, zapCache shouldn't be null" );
You can’t perform that action at this time.
0 commit comments