[mod] tools:default directories
This commit is contained in:
parent
71c803107c
commit
26eadf78c7
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ def main():
|
|||
"-o",
|
||||
"--output-directory",
|
||||
type = str,
|
||||
default = "/tmp/espe-backend",
|
||||
default = "/tmp/espe",
|
||||
metavar = "<output-directory>",
|
||||
help = "output directory",
|
||||
)
|
||||
|
|
|
@ -28,7 +28,7 @@ def main():
|
|||
"--build-directory",
|
||||
type = str,
|
||||
dest = "build_directory",
|
||||
default = "build",
|
||||
default = "/tmp/espe",
|
||||
metavar = "<build-directory>",
|
||||
help = "directory to where the build was put",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue