Author: mreutegg
Date: Wed May  3 14:26:55 2017
New Revision: 1793653

URL: http://svn.apache.org/viewvc?rev=1793653&view=rev
Log:
OAK-6161: Continuous flag for revisions collect command

Update documentation

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md?rev=1793653&r1=1793652&r2=1793653&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md 
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md Wed 
May  3 14:26:55 2017
@@ -652,13 +652,14 @@ parameters or options:
                any modifications
       collect  perform garbage collection
       reset    clear all persisted metadata
-      sweep    clean up uncommitted changes                                 
+      sweep    clean up uncommitted changes
 
     Option                 Description
     ------                 -----------
     -?, -h, --help         show help
     --cacheSize <Integer>  cache size (default: 0)
     --clusterId <Integer>  MongoMK clusterId (default: 0)
+    --continuous           run continuously (collect only)
     --delay <Double>       introduce delays to reduce impact on
                              system (default: 0.0)
     --disableBranches      disable branches
@@ -671,6 +672,7 @@ parameters or options:
     --rdbjdbcuser          RDB JDBC user (default: )
     --timeLimit <Long>     cancel garbage collection after n
                              seconds (default: -1)
+    --verbose              print INFO messages to the console
 
 A revision garbage collection can be invoked while the system is online and
 running. Using the oak-run runnable jar, a revision GC on a system using the


Reply via email to