aboutsummaryrefslogtreecommitdiff
path: root/listbas.1
diff options
context:
space:
mode:
Diffstat (limited to 'listbas.1')
-rw-r--r--listbas.110
1 files changed, 9 insertions, 1 deletions
diff --git a/listbas.1 b/listbas.1
index 07ef088..126f00c 100644
--- a/listbas.1
+++ b/listbas.1
@@ -44,7 +44,7 @@ escape sequences for inverse video and color syntax highlighting.
.sp
\fBlistbas\fP supports several BASIC dialects used on the Atari. By
default, the BASIC dialect is autodetected by running \fBwhichbas\fP(1)
-as an external process.
+as an external process. To override this, see the \fB\-b\fP option, below.
.SH OPTIONS
.SS BASIC options
.INDENT 0.0
@@ -81,6 +81,14 @@ Include the immediate mode command (line 32768) in the output.
.B \fB\-l\fP
Do not print line numbers at the start of each line. \fBGOTO\fP, \fBGOSUB\fP,
\fBTRAP\fP, and \fBTHEN\fP target line numbers are still printed.
+.TP
+.B \fB\-t\fP
+Do not indent, if the program is Turbo BASIC, BASIC/A+, BASIC XL, or BASIC XE.
+If you want to indent an Atari BASIC program, use \fB\-bt\fP or \fB\-bxl\fP\&.
+.TP
+.B \fB\-k\fP
+Do not print keywords in mixed case (e.g. \fBPrint\fP, \fBGraphics\fP),
+for BASIC XL or BASIC XE.
.UNINDENT
.SS Output modes
.sp