|
@@ -69,7 +69,7 @@ def main():
|
|
_input = options["input"]
|
|
_input = options["input"]
|
|
output = options["output"]
|
|
output = options["output"]
|
|
compression = options["compression"]
|
|
compression = options["compression"]
|
|
- workdir = options["workdir"]
|
|
|
|
|
|
+ workdir = options["directory"]
|
|
where = options["where"]
|
|
where = options["where"]
|
|
_format = options["format"]
|
|
_format = options["format"]
|
|
|
|
|