diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-04 04:00:18 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-04 04:00:18 -0500 |
commit | 1dd4dfd7f11161b62b8ae1c4ca80b8cea51e42f1 (patch) | |
tree | f9407344412e1da37d99ccc600ef3d56db72326f /listamsb.1 | |
parent | dc1b4554e386a3335376482225a39b919e3a23f8 (diff) | |
download | bw-atari8-tools-1dd4dfd7f11161b62b8ae1c4ca80b8cea51e42f1.tar.gz |
listamsb: clean up warnings and error exits, only print initial EOL if any code was found.
Diffstat (limited to 'listamsb.1')
-rw-r--r-- | listamsb.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -27,7 +27,7 @@ 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 "LISTAMSB" 1 "2025-02-27" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "LISTAMSB" 1 "2025-03-03" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME listamsb \- List the source of a tokenized Atari Microsoft BASIC program .SH SYNOPSIS @@ -96,7 +96,8 @@ listamsb \-l LOCKED.AMB > UNLOCKED.AMB have any effect with \fB\-l\fP\&. .TP .B \fB\-v\fP -Verbose output, on stderr. +Verbose output, on stderr. May be given twice for extra verbosity, +which shows each line number, its offset, length, and end\-of\-line pointer. .TP .B \fB\-h\fP, \fB\-\-help\fP Print built\-in help and exit. |