aboutsummaryrefslogtreecommitdiff
path: root/renumbas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'renumbas.rst')
-rw-r--r--renumbas.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/renumbas.rst b/renumbas.rst
index f71bf01..a442ccb 100644
--- a/renumbas.rst
+++ b/renumbas.rst
@@ -10,7 +10,7 @@ Renumber Atari 8-bit BASIC programs
SYNOPSIS
========
-renumbas [**-v**] [**-s** *start-lineno*] [**-i** *increment*] [**-f** *first-lineno*] *input-file* *output-file*
+renumbas [**-v**] [**-s** *start-lineno*] [**-i** *increment*] [**-f** *first-lineno*] [**-b**] *input-file* *output-file*
DESCRIPTION
===========
@@ -68,6 +68,13 @@ Renumber Options
Line number in original program where renumbering will start. Lines
numbered lower that this will not be renumbered. Default: 0.
+**-b**
+ Renumber program backwards (line numbers in descending
+ order). This option is completely useless, but exists for testing
+ purposes. Programs renumbered this way won't *RUN* correctly,
+ although they will *LOAD* and *LIST*. When using this option, set
+ **-s** to a higher number than the default.
+
.. include:: genopts.rst
DIAGNOSTICS