You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2014/11/25 19:51:05 UTC

svn commit: r1641671 - /jackrabbit/oak/trunk/oak-run/README.md

Author: mreutegg
Date: Tue Nov 25 18:51:05 2014
New Revision: 1641671

URL: http://svn.apache.org/r1641671
Log:
OAK-2293: Add checkpoint management for MongoMK

Update documentation

Modified:
    jackrabbit/oak/trunk/oak-run/README.md

Modified: jackrabbit/oak/trunk/oak-run/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/README.md?rev=1641671&r1=1641670&r2=1641671&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/README.md (original)
+++ jackrabbit/oak/trunk/oak-run/README.md Tue Nov 25 18:51:05 2014
@@ -129,7 +129,7 @@ Checkpoints
 The 'checkpoints' mode can be used to list or remove repository checkpoints
 To start this mode, use:
 
-    $ java -jar oak-run-*.jar checkpoints /path/to/oak/repository [list|rm-all|rm-unreferenced|rm <checkpoint>]
+    $ java -jar oak-run-*.jar checkpoints { /path/to/oak/repository | mongodb://host:port/database } [list|rm-all|rm-unreferenced|rm <checkpoint>]
 
 The 'list' option (treated as a default when nothing is specified) will list all existing checkpoints.
 The 'rm-all' option will wipe clean the 'checkpoints' node.