mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Adds the storage paths to the re-tagger command
This commit is contained in:
parent
fccea022fa
commit
c8e838e3a0
4 changed files with 90 additions and 10 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue