From 1185226bef2131f4216676d298e7c4e724e8a9bd Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 22 Jun 2024 15:02:49 -0400 Subject: renumbas: add *useless* -b option (just for shiggles). --- renumbas.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'renumbas.rst') 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 -- cgit v1.2.3