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.1 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'renumbas.1') diff --git a/renumbas.1 b/renumbas.1 index 3252fab..495b204 100644 --- a/renumbas.1 +++ b/renumbas.1 @@ -27,12 +27,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "RENUMBAS" 1 "2024-06-18" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "RENUMBAS" 1 "2024-06-22" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME renumbas \- Renumber Atari 8-bit BASIC programs .SH SYNOPSIS .sp -renumbas [\fB\-v\fP] [\fB\-s\fP \fIstart\-lineno\fP] [\fB\-i\fP \fIincrement\fP] [\fB\-f\fP \fIfirst\-lineno\fP] \fIinput\-file\fP \fIoutput\-file\fP +renumbas [\fB\-v\fP] [\fB\-s\fP \fIstart\-lineno\fP] [\fB\-i\fP \fIincrement\fP] [\fB\-f\fP \fIfirst\-lineno\fP] [\fB\-b\fP] \fIinput\-file\fP \fIoutput\-file\fP .SH DESCRIPTION .sp \fBrenumbas\fP reads a tokenized Atari 8\-bit BASIC program and writes a @@ -86,6 +86,13 @@ Line number increment between successive lines. Default: 10. .B \fB\-f\fP \fIfirst\-lineno\fP Line number in original program where renumbering will start. Lines numbered lower that this will not be renumbered. Default: 0. +.TP +.B \fB\-b\fP +Renumber program backwards (line numbers in descending +order). This option is completely useless, but exists for testing +purposes. Programs renumbered this way won\(aqt \fIRUN\fP correctly, +although they will \fILOAD\fP and \fILIST\fP\&. When using this option, set +\fB\-s\fP to a higher number than the default. .UNINDENT .SS General Options .INDENT 0.0 -- cgit v1.2.3