diff --git a/run.py b/run.py index fdfa2e3..5d94e9b 100755 --- a/run.py +++ b/run.py @@ -81,7 +81,7 @@ def main(input_args): "--beta", action="store_true", default=False, help="Install latest beta release of Modoboa instead of the stable one") parser.add_argument( - "--bash", type=str, nargs=1, metavar="path", + "--bash", type=str, metavar="path", help="(backup only) - For script usage, No interaction will be required, you must provide a path") parser.add_argument( "--sbash", action="store_true", default=False,