aboutsummaryrefslogtreecommitdiff
path: root/listbas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'listbas.rst')
-rw-r--r--listbas.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/listbas.rst b/listbas.rst
index 7895b1b..a32f5c2 100644
--- a/listbas.rst
+++ b/listbas.rst
@@ -25,7 +25,7 @@ escape sequences for inverse video and color syntax highlighting.
**listbas** supports several BASIC dialects used on the Atari. By
default, the BASIC dialect is autodetected by running **whichbas**\(1)
-as an external process.
+as an external process. To override this, see the **-b** option, below.
OPTIONS
=======
@@ -64,6 +64,14 @@ BASIC options
Do not print line numbers at the start of each line. **GOTO**, **GOSUB**,
**TRAP**, and **THEN** target line numbers are still printed.
+**-t**
+ 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 **-bt** or **-bxl**.
+
+**-k**
+ Do not print keywords in mixed case (e.g. **Print**, **Graphics**),
+ for BASIC XL or BASIC XE.
+
Output modes
------------