Fix typo in args.py

This commit is contained in:
Adrian Vollmer 2024-06-03 11:21:56 +02:00 committed by GitHub
parent 708733c51e
commit af0263a41a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ parser.add_argument(
"--extract", "--extract",
default=False, default=False,
action="store_true", action="store_true",
help='extract files from a Zundler file (ouput_path must be a directory; "." by default)', help='extract files from a Zundler file (output_path must be a directory; "." by default)',
) )
parser.add_argument( parser.add_argument(