File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/index Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ public static String[] parseOptions(String[] argv) throws ParseException {
590
590
"Selectable modes (exclusive):" ,
591
591
" version - checks document version against indexer version" ,
592
592
" documents - checks duplicate documents in the index" ,
593
- " definitions - cross check document definitions against file content" ,
593
+ " definitions - check document definitions against file content (experimental) " ,
594
594
"With no mode specified, performs the version check."
595
595
).execute (v -> {
596
596
if (!gotReadonlyConfiguration ) {
@@ -608,6 +608,7 @@ public static String[] parseOptions(String[] argv) throws ParseException {
608
608
indexCheckMode = IndexCheck .IndexCheckMode .DEFINITIONS ;
609
609
break ;
610
610
case "version" :
611
+ // already set above
611
612
break ;
612
613
default :
613
614
die ("mode '" + mode + "' is not valid." );
You can’t perform that action at this time.
0 commit comments