mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fix: Add missing spaces to document retagger help string (#4674)
This commit is contained in:
parent
1c4dfc3c6e
commit
a320bfa425
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ class Command(ProgressBarMixin, BaseCommand):
|
|||
default=False,
|
||||
action="store_true",
|
||||
help=(
|
||||
"If set, the document retagger will overwrite any previously"
|
||||
"set correspondent, document and remove correspondents, types"
|
||||
"If set, the document retagger will overwrite any previously "
|
||||
"set correspondent, document and remove correspondents, types "
|
||||
"and tags that do not match anymore due to changed rules."
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue