You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Matt Ryan (JIRA)" <ji...@apache.org> on 2018/02/02 21:42:02 UTC

[jira] [Created] (OAK-7241) oak-run documentation typo for "checkpoints" command

Matt Ryan created OAK-7241:
------------------------------

             Summary: oak-run documentation typo for "checkpoints" command
                 Key: OAK-7241
                 URL: https://issues.apache.org/jira/browse/OAK-7241
             Project: Jackrabbit Oak
          Issue Type: Bug
    Affects Versions: 1.8.1
            Reporter: Matt Ryan


In online documentation for {{oak-run}}, the "checkpoints" command is described as follows:
java -mx4g -jar oak-run-*.jar checkpoint <repository>
This command is not recognized and results in {{oak-run}} displaying available commands, one of which is "checkpoints" (with an "s" at the end).

"checkpoints" seems to match the {{oak-run}} {{README.md}} file:  [https://github.com/apache/jackrabbit-oak/blob/trunk/oak-run/README.md]

as well as the code:  [https://github.com/apache/jackrabbit-oak/blob/trunk/oak-run/src/main/java/org/apache/jackrabbit/oak/run/AvailableModes.java]

Changing the command above to use "checkpoints" appears to work, so I assume it is just a typo in {{oak-doc}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)