From b96776596e9763e7fb4be1abb0c3ca4717334fb1 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 26 Mar 2025 03:13:20 -0400 Subject: listbas: update --help and man page; whichbas: update man page. --- listbas.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'listbas.c') diff --git a/listbas.c b/listbas.c index 4c014c7..212cdbd 100644 --- a/listbas.c +++ b/listbas.c @@ -195,7 +195,9 @@ void get_line_range(const char *arg) { void print_help(void) { printf("Usage: %s [-a|-d|-m|-x|-U] [-B] [-i] [-l] [-u] [-n|-C] [-v] [-c *colors*] [-r *start,end* ] [-k] [-t] \n", self); - printf(" -b : set BASIC type. XX is: a = atari, t = turbo, i = int, xl, xe, a+.\n"); + printf(" -b : set BASIC type. XX is:\n"); + printf(" a = Atari 8K t = Turbo xl = Basic XL xe = Basic XE\n"); + printf(" a+ = OSS A+ ic = OSS Integer (cart) id = OSS Int (disk)\n"); printf(" -U: output ATASCII as Unicode/UTF-8 (this is the default).\n"); printf(" -a: output raw ATASCII.\n"); printf(" -d: use dots instead of Unicode/UTF-8.\n"); -- cgit v1.2.3