Compare commits
2 commits
93d4c34c3e
...
91a9715fbe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91a9715fbe | ||
|
|
694d0992b6 |
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Beschreibung
|
## Beschreibung
|
||||||
|
|
||||||
- Web-Frontend für [zeitbild](../zeitbild-meta)
|
- Web-Frontend für [zeitbild](/zeitbild/meta)
|
||||||
|
|
||||||
|
|
||||||
## Erstellung
|
## Erstellung
|
||||||
|
|
|
||||||
|
|
@ -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