diff options
author | B. Watson <urchlay@slackware.uk> | 2025-02-26 15:12:11 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-02-26 15:12:27 -0500 |
commit | 2797f43e4cef6bea12e37208d3425cc72bd5778d (patch) | |
tree | d5c239f35da3384baa2b47e68793ee3c45338476 /listbas.c | |
parent | 920ca094b9acd1e2b147cdb323a472a0da65dcc2 (diff) | |
download | bw-atari8-tools-2797f43e4cef6bea12e37208d3425cc72bd5778d.tar.gz |
listamsb: add -r option; listbas: fix typo in -r error message.
Diffstat (limited to 'listbas.c')
-rw-r--r-- | listbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ void get_line_range(const char *arg) { startline = endline = val; if(endline < startline) - die("Invalid argument for -r (end > start)."); + die("Invalid argument for -r (start > end)."); } void print_help(void) { |