fixed typo
This commit is contained in:
2
run.py
2
run.py
@@ -171,7 +171,7 @@ def main(input_args):
|
|||||||
"You MUST provide backup directory"
|
"You MUST provide backup directory"
|
||||||
),
|
),
|
||||||
parser.add_argument(
|
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")
|
help="Skip the checks the installer performs initially")
|
||||||
parser.add_argument("domain", type=str,
|
parser.add_argument("domain", type=str,
|
||||||
help="The main domain of your future mail server")
|
help="The main domain of your future mail server")
|
||||||
|
|||||||
Reference in New Issue
Block a user