aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/alfsum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alfsum.c b/src/alfsum.c
index 2456e60..b6995b2 100644
--- a/src/alfsum.c
+++ b/src/alfsum.c
@@ -22,7 +22,7 @@ int main(int argc, char **argv) {
set_self(argv[0]);
if(argc < 2 || !strcmp(argv[1], "--help") || !strcmp(argv[1], "-h")) {
- printf("alfsum v" VERSION " by B. Watson. WTFPL.\n"
+ printf("alfsum (ALF checksum calculator) v" VERSION " by B. Watson. WTFPL.\n"
"Usage: %s filename [filename(s) ...]\n"
"\t(use - to read from standard input)\n",
self);