[mod] tools:deploy
This commit is contained in:
parent
93d4c34c3e
commit
694d0992b6
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue