mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: Add missing spaces to document retagger help string (#4674)
This commit is contained in:
parent
1c4dfc3c6e
commit
a320bfa425
@ -44,8 +44,8 @@ class Command(ProgressBarMixin, BaseCommand):
|
|||||||
default=False,
|
default=False,
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help=(
|
help=(
|
||||||
"If set, the document retagger will overwrite any previously"
|
"If set, the document retagger will overwrite any previously "
|
||||||
"set correspondent, document and remove correspondents, types"
|
"set correspondent, document and remove correspondents, types "
|
||||||
"and tags that do not match anymore due to changed rules."
|
"and tags that do not match anymore due to changed rules."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user