Make importer help message generic
This commit is contained in:
parent
89911453ad
commit
2cf84ba226
@ -77,7 +77,7 @@ class Command(CryptMixin, BaseCommand):
|
|||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--passphrase",
|
"--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:
|
def pre_check(self) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user