Author: chetanm
Date: Fri May 19 08:10:08 2017
New Revision: 1795590

URL: http://svn.apache.org/viewvc?rev=1795590&view=rev
Log:
OAK-6081 - Indexing tooling via oak-run

Improve the help text

Modified:
    
jackrabbit/oak/trunk/oak-run/src/main/java/org/apache/jackrabbit/oak/index/IndexOptions.java

Modified: 
jackrabbit/oak/trunk/oak-run/src/main/java/org/apache/jackrabbit/oak/index/IndexOptions.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/src/main/java/org/apache/jackrabbit/oak/index/IndexOptions.java?rev=1795590&r1=1795589&r2=1795590&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-run/src/main/java/org/apache/jackrabbit/oak/index/IndexOptions.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-run/src/main/java/org/apache/jackrabbit/oak/index/IndexOptions.java
 Fri May 19 08:10:08 2017
@@ -94,7 +94,9 @@ public class IndexOptions implements Opt
     @Override
     public String description() {
         return "Index command supports following operations. Most operations 
are read only. For performing them " +
-                "BloStore related options must be provided as they would 
access the binaries stored there  ";
+                "BloStore related options must be provided as they would 
access the binaries stored there. \n" +
+                "By default it performs --index-info and --index-definitions 
operation if no explicit operation is selected. \n" +
+                "Use --index-paths to restrict the set of indexes on which the 
operation needs to be performed";
     }
 
     @Override


Reply via email to