Add missing spaces to help string
This commit is contained in:
parent
07c38d6353
commit
ef643dee0d
@ -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