Compare commits
No commits in common. "91a9715fbe7909506236c5164c3b366e387e2ca7" and "93d4c34c3ee5e3ed3749b62e3a35548b5cb281b4" have entirely different histories.
91a9715fbe
...
93d4c34c3e
|
|
@ -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/dali",
|
default = "/opt/zbwf",
|
||||||
metavar = "<target-directory>",
|
metavar = "<target-directory>",
|
||||||
help = "directory on the target system, where the files shall be put; default: /opt/dali",
|
help = "directory on the target system, where the files shall be put; default: /opt/zbwf",
|
||||||
)
|
)
|
||||||
argument_parser.add_argument(
|
argument_parser.add_argument(
|
||||||
"-b",
|
"-b",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue