1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-09 13:25:06 +00:00

Merge pull request #2263 from ryandesign/patch-1

Fix typo
This commit is contained in:
Bob Andrews
2023-11-26 22:05:03 +01:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ which is limited to an 8-bit result 0-255.
An error in sim65, like bad arguments or an internal problem will exit with <tt/1/.
A timeout from <tt/-x/ will exist with <tt/2/.
A timeout from <tt/-x/ will exit with <tt/2/.
<sect1>Command line options in detail<p>