vault-cli/src/main/java/org/apache/jackrabbit/vault/cli/CmdFormatCli.java [155:162]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String getLongDescription() {
        return  "Formats the file specified by <path> according to the vault specific docview format." +
                "If the <path> points at a directory, the files matching the patterns are processed recursively.\n\n" +
                "Examples:\n" +
                "  vlt format -c -p '\\.content\\.xml' content/jcr_root\n\n" +
                "" +
                "  vlt format -p \\.content\\.xml -p _jcr_content\\.xml -- apps/";
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



vault-cli/src/main/java/org/apache/jackrabbit/vault/cli/CmdMixins.java [84:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String getLongDescription() {
        return  "Prints or manipulates the mixin node types of a repository node.\n" +
                "\n" +
                "Usage: mixins <jcr-path> {-a nodetype} {-r nodetype}\n" +
                "\n" +
                "Please note that the changes are not saved. use the 'save' command " +
                "to persist the changes.";

    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



