aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
diff options
context:
space:
mode:
Diffstat (limited to 'listamsb.c')
-rw-r--r--listamsb.c3
1 files changed, 2 insertions, 1 deletions
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 <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");