summaryrefslogtreecommitdiff
path: root/src/hlp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hlp.c')
-rw-r--r--src/hlp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hlp.c b/src/hlp.c
index 63a5c08..c674016 100644
--- a/src/hlp.c
+++ b/src/hlp.c
@@ -15,7 +15,7 @@
void
agb_hlp (void)
{
- fprintf (stderr,
+ printf (
"agbsum - Calculate GBA ROM header checksums.\n"
"Release #%" PRIX64 ". Copyright 2022-2023 Gabriel Jensen.\n"
"\n"
@@ -24,7 +24,9 @@ agb_hlp (void)
" --help -h Print the help screen\n"
" -p Patch the ROM\n"
" -s Don't print the results\n"
+ " --version Don't print the results\n"
"\n",
agb_rel
);
+ agb_cpy();
}