diff options
Diffstat (limited to 'src/hlp.c')
-rw-r--r-- | src/hlp.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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(); } |