diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-25 01:04:07 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-25 01:04:07 -0400 |
commit | a731cf1a636332b4b479e6a100f5a722249d852d (patch) | |
tree | ac9b8a76ede7f11e35042cfc10a4caaaff0e5ae4 /listbas.c | |
parent | 9aab521771488f977247035c8bb546d985b4245f (diff) | |
download | bw-atari8-tools-a731cf1a636332b4b479e6a100f5a722249d852d.tar.gz |
listbas: add -bi option to --help.
Diffstat (limited to 'listbas.c')
-rw-r--r-- | listbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ 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, xl, xe, a+.\n"); + printf(" -b <XX>: set BASIC type. XX is: a = atari, t = turbo, i = int, xl, xe, a+.\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"); |