Fix --avoid-encoding-json option

Co-authored-by: Bnaya Peretz <me@bnaya.net>
This commit is contained in:
Knugi
2024-07-13 10:25:44 +00:00
committed by GitHub
parent 0cf113561a
commit b2f679d975

View File

@@ -93,7 +93,7 @@ def main():
const="result.json",
help="Save the result to a single JSON file (default if present: result.json)")
parser.add_argument(
'--avoid_encoding_json',
'--avoid-encoding-json',
dest='avoid_encoding_json',
default=False,
action='store_true',