diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-26 03:13:20 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-26 03:13:20 -0400 |
commit | b96776596e9763e7fb4be1abb0c3ca4717334fb1 (patch) | |
tree | d73ed294cda68f46b16df8352ef5193189acdcae /listbas.c | |
parent | 6ecf69df08f7a4d45a9cf3a0dc11c539bec1167e (diff) | |
download | bw-atari8-tools-b96776596e9763e7fb4be1abb0c3ca4717334fb1.tar.gz |
listbas: update --help and man page; whichbas: update man page.
Diffstat (limited to 'listbas.c')
-rw-r--r-- | listbas.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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] <inputfile>\n", self); - printf(" -b <XX>: set BASIC type. XX is: a = atari, t = turbo, i = int, xl, xe, a+.\n"); + printf(" -b <XX>: 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"); |