diff options
author | B. Watson <urchlay@slackware.uk> | 2025-02-25 05:55:29 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-02-25 05:55:29 -0500 |
commit | a1e29bc8d39497b1883651fd0047d2a9373e4d6e (patch) | |
tree | 236291b48a0ee0a563accca0c01b768fa9831feb /listamsb.c | |
parent | 4b320bdf83d09f7aea1c912a635d87e229ac90cb (diff) | |
download | bw-atari8-tools-a1e29bc8d39497b1883651fd0047d2a9373e4d6e.tar.gz |
listamsb: diddle the help banner.
Diffstat (limited to 'listamsb.c')
-rw-r--r-- | listamsb.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 <urchlay@slackware.uk>, 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"); |