From 2cf84ba226cd7c236cbce8bc2254fbb00a17a78e Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Fri, 7 Jun 2024 07:08:33 -0700 Subject: [PATCH] Make importer help message generic --- src/documents/management/commands/document_importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/management/commands/document_importer.py b/src/documents/management/commands/document_importer.py index 351f6fd44..9aef0b01c 100644 --- a/src/documents/management/commands/document_importer.py +++ b/src/documents/management/commands/document_importer.py @@ -77,7 +77,7 @@ class Command(CryptMixin, BaseCommand): parser.add_argument( "--passphrase", - help="If provided, is used to decrypt mail account passwords in the export", + help="If provided, is used to sensitive fields in the export", ) def pre_check(self) -> None: