[mod] tools:deploy

This commit is contained in:
fenris 2025-09-26 11:52:11 +02:00
parent 93d4c34c3e
commit 694d0992b6

View file

@ -19,9 +19,9 @@ def main():
"--target-directory", "--target-directory",
type = str, type = str,
dest = "target_directory", dest = "target_directory",
default = "/opt/zbwf", default = "/opt/dali",
metavar = "<target-directory>", metavar = "<target-directory>",
help = "directory on the target system, where the files shall be put; default: /opt/zbwf", help = "directory on the target system, where the files shall be put; default: /opt/dali",
) )
argument_parser.add_argument( argument_parser.add_argument(
"-b", "-b",