From 2797f43e4cef6bea12e37208d3425cc72bd5778d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 26 Feb 2025 15:12:11 -0500 Subject: listamsb: add -r option; listbas: fix typo in -r error message. --- listbas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listbas.c') diff --git a/listbas.c b/listbas.c index ab23fc3..e7b5002 100644 --- a/listbas.c +++ b/listbas.c @@ -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) { -- cgit v1.2.3