]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: Add missing spaces to document retagger help string (#4674)
authorJosiah Outram Halstead <josiah@halstead.email>
Fri, 24 Nov 2023 15:25:38 +0000 (15:25 +0000)
committerGitHub <noreply@github.com>
Fri, 24 Nov 2023 15:25:38 +0000 (07:25 -0800)
src/documents/management/commands/document_retagger.py

index a7d2c7e123cf1a8fea0def21a280ffe81f75cee6..dda3ecebcc2caa5c9e96270fd389dee62e744f2c 100644 (file)
@@ -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."
             ),
         )