fixed typo

This commit is contained in:
Spitfireap
2024-04-12 16:36:52 +02:00
parent 64ba5eb543
commit a64c12bf9b

2
run.py
View File

@@ -171,7 +171,7 @@ def main(input_args):
"You MUST provide backup directory"
),
parser.add_argument(
"--skip-checks"; action="store_true", default=False,
"--skip-checks", action="store_true", default=False,
help="Skip the checks the installer performs initially")
parser.add_argument("domain", type=str,
help="The main domain of your future mail server")