You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/12/15 20:57:19 UTC

[jackrabbit-filevault] branch master updated: releng: remove redundancy on vlt usage

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 15d5efb  releng: remove redundancy on vlt usage
15d5efb is described below

commit 15d5efb10dfc4b5c55cc0f964e2b2e2fdd219e9c
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Dec 15 21:55:47 2021 +0100

    releng: remove redundancy on vlt usage
---
 src/site/markdown/overview.md | 44 ++-----------------------------------------
 src/site/markdown/usage.md    |  5 ++---
 src/site/site.xml             |  2 +-
 3 files changed, 5 insertions(+), 46 deletions(-)

diff --git a/src/site/markdown/overview.md b/src/site/markdown/overview.md
index e33df2d..38fc644 100644
--- a/src/site/markdown/overview.md
+++ b/src/site/markdown/overview.md
@@ -18,7 +18,7 @@
 Overview
 ========
 
-**NOTE**: Parts of the following documentation is outdated and needs review
+**NOTE**: Parts of the following documentation are outdated and need review
 - - - 
 
 Jackrabbit FileVault introduces a JCR repository to filesystem mapping. The mapping is exposed by an API and used by several tools:
@@ -105,45 +105,5 @@ Some configuration files are stored in the user's home directory. usually under
 
 Usage
 -----
-The console tool is called `vlt` and has the following usage:
 
-    $vlt --help
-    
-    ----------------------------------------------------------------------------------------------
-    Jackrabbit FileVault [version 3.0.0] Copyright 2013 by Apache Software Foundation.
-    See LICENSE.txt for more information.
-    ----------------------------------------------------------------------------------------------
-    Usage:
-      vlt [options] <command> [arg1 [arg2 [arg3] ..]]
-    ----------------------------------------------------------------------------------------------
-    
-    Global options:
-      -Xjcrlog <arg>           Extended JcrLog options (omit argument for help)
-      -Xdavex <arg>            Extended JCR remoting options (omit argument for help)
-      --credentials <arg>      The default credentials to use
-      --config <arg>           The JcrFs config to use
-      -v (--verbose)           verbose output
-      -q (--quiet)             print as little as possible
-      --version                print the version information and exit
-      --log-level <level>      the log4j log level
-      -h (--help) <command>    print this help
-    Commands:
-      export                   Export the Vault filesystem
-      import                   Import a Vault filesystem
-      checkout (co)            Checkout a Vault file system
-      status (st)              Print the status of working copy files and directories.
-      update (up)              Bring changes from the repository into the working copy.
-      info                     Displays information about a local file.
-      commit (ci)              Send changes from your working copy to the repository.
-      revert (rev)             Restore pristine working copy file (undo most local edits).
-      resolved (res)           Remove 'conflicted' state on working copy files or directories.
-      propget (pg)             Print the value of a property on files or directories.
-      proplist (pl)            Print the properties on files or directories.
-      propset (ps)             Set the value of a property on files or directories.
-      add                      Put files and directories under version control.
-      delete (del,rm)          Remove files and directories from version control.
-      diff (di)                Display the differences between two paths.
-      rcp                      Remote copy of repository content.
-      sync                     Control vault sync service
-      console                  Run an interactive console
-    ----------------------------------------------------------------------------------------------
+Further hints on how to use the Vault Console Tool vlt are described at [VLT Usage](usage.html).
diff --git a/src/site/markdown/usage.md b/src/site/markdown/usage.md
index 81aabaa..6b1e23e 100644
--- a/src/site/markdown/usage.md
+++ b/src/site/markdown/usage.md
@@ -15,15 +15,14 @@
    limitations under the License.
 -->
 
-Usage
+Usage Vault Console Tool (VLT)
 =====
 
-**NOTE**: Parts of the following documentation is outdated and needs review
+**NOTE**: Parts of the following documentation are outdated and need review
 - - - 
 
 <!-- MACRO{toc} -->
 
-Vault Console Tool
 ------------------
 The console tool is called `vlt` and has the following usage:
 
diff --git a/src/site/site.xml b/src/site/site.xml
index d1a0874..d71444a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -30,7 +30,7 @@
       <item href="validation.html" name="Validation" />
     </menu>
     <menu name="Using Filevault">
-      <item href="usage.html" name="Getting Started" />
+      <item href="usage.html" name="VLT Usage" />
       <item href="metadata.html" name="Metadata" >
         <item href="filter.html" name="Workspace Filter">
             <item href="importmode.html" name="Import Mode" />