aboutsummaryrefslogtreecommitdiff
path: root/whichbas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'whichbas.rst')
-rw-r--r--whichbas.rst19
1 files changed, 14 insertions, 5 deletions
diff --git a/whichbas.rst b/whichbas.rst
index 5e7363c..3eb8854 100644
--- a/whichbas.rst
+++ b/whichbas.rst
@@ -18,6 +18,20 @@ DESCRIPTION
BASIC XL, BASIC XE, or Atari Microsoft BASIC program and attempts to
discover which BASIC is required to run it.
+OPTIONS
+=======
+
+Detection Options
+-----------------
+
+**-k**
+ Keep going. The default is to stop looking at the program if the
+ BASIC type gets narrowed down to either Turbo BASIC XL or BASIC XE.
+ This option also enables **-v** (verbose). It's really only useful
+ for testing, if you're hacking on **whichbas** itself.
+
+.. include:: genopts.rst
+
NOTES
=====
Turbo BASIC, BASIC XL, and BASIC XE are all supersets of Atari BASIC.
@@ -62,11 +76,6 @@ Turbo and BXL/BXE support extended variable types.
**whichbas** knows nothing about other BASICs such as Frost BASIC,
BASIC/A+, Altirra BASIC...
-OPTIONS
-=======
-
-.. include:: genopts.rst
-
EXIT STATUS
===========