Make importer help message generic

This commit is contained in:
Trenton H 2024-06-07 07:08:33 -07:00
parent 89911453ad
commit 2cf84ba226

View File

@ -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: