From a1e29bc8d39497b1883651fd0047d2a9373e4d6e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 25 Feb 2025 05:55:29 -0500 Subject: listamsb: diddle the help banner. --- listamsb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'listamsb.c') diff --git a/listamsb.c b/listamsb.c index d84c3ab..11a449c 100644 --- a/listamsb.c +++ b/listamsb.c @@ -186,7 +186,8 @@ int next_line(void) { } void print_help(void) { - printf("%s - detokenize Atari Microsoft BASIC files\n\n", self); + printf("%s v" VERSION " - detokenize Atari Microsoft BASIC files\n", self); + puts("By B. Watson , released under the WTFPL"); printf("Usage: %s [-a] [-v] [-h] [-i] [-u] [-t] [-m] [-s] [file]\n", self); puts(" -a: raw ATASCII output"); puts(" -v: verbose"); -- cgit v1.2.3