Skip to content

Commit b00d5d4

Browse files
authored
Update args_parser.py
Further line length fix
1 parent f319d28 commit b00d5d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zxbc/args_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def parser() -> argparse.ArgumentParser:
173173
)
174174
parser_.add_argument("--version", action="version", version=f"%(prog)s {VERSION}")
175175
parser_.add_argument(
176-
"--append-binary", default=[], action="append", help="Appends binary to tape file (only works with output tzx and tap)"
176+
"--append-binary", default=[], action="append", help="Appends binary to tape file (only works with tzx and tap)"
177177
)
178178
parser_.add_argument(
179179
"--append-headless-binary",

0 commit comments

Comments
 (0)