Adds the storage paths to the re-tagger command

This commit is contained in:
Trenton Holmes
2022-08-21 17:54:05 -07:00
parent fccea022fa
commit c8e838e3a0
4 changed files with 90 additions and 10 deletions

View File

@@ -310,6 +310,7 @@ there are tools for it.
-c, --correspondent
-T, --tags
-t, --document_type
-s, --storage_path
-i, --inbox-only
--use-first
-f, --overwrite
@@ -318,7 +319,7 @@ Run this after changing or adding matching rules. It'll loop over all
of the documents in your database and attempt to match documents
according to the new rules.
Specify any combination of ``-c``, ``-T`` and ``-t`` to have the
Specify any combination of ``-c``, ``-T``, ``-t`` and ``-s`` to have the
retagger perform matching of the specified metadata type. If you don't
specify any of these options, the document retagger won't do anything.