diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-13 19:23:22 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-13 19:23:22 -0400 |
commit | 26c117a44a40e542690644378b9ba5bd42a71618 (patch) | |
tree | d8a6aa9b24204b84ef370f13b2e954f09c889cfa | |
parent | 30315fdbd6f3c0f4a52e9bd03ea3f6b132c70d67 (diff) | |
download | bw-atari8-tools-26c117a44a40e542690644378b9ba5bd42a71618.tar.gz |
listbas: tweak doc.
-rw-r--r-- | listbas.1 | 2 | ||||
-rw-r--r-- | listbas.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -82,7 +82,7 @@ Include the immediate mode command (line 32768) in the output. .TP .B \fB\-l\fP Do not print line numbers at the start of each line. \fBGOTO\fP, \fBGOSUB\fP, -and \fBTHEN\fP target line numbers are still printed. +\fBTRAP\fP, and \fBTHEN\fP target line numbers are still printed. .TP .B \fB\-C\fP Enable color syntax highlighting. This option is enabled by default; diff --git a/listbas.rst b/listbas.rst index 3681909..ced8ccc 100644 --- a/listbas.rst +++ b/listbas.rst @@ -66,7 +66,7 @@ Other options **-l** Do not print line numbers at the start of each line. **GOTO**, **GOSUB**, - and **THEN** target line numbers are still printed. + **TRAP**, and **THEN** target line numbers are still printed. **-C** Enable color syntax highlighting. This option is enabled by default; |