Update help text to redirect to new online docs

This commit is contained in:
ISSOtm
2020-09-17 03:10:02 +02:00
parent 30085a5342
commit d22a667095
4 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ static void print_usage(void)
" -V, --version print RGBFIX version and exit\n"
" -v, --validate fix the header logo and both checksums (-f lhg)\n"
"\n"
"For help, use `man rgbfix' or go to https://rednex.github.io/rgbds/\n",
"For help, use `man rgbfix' or go to https://rgbds.gbdev.io/docs/\n",
stderr);
exit(1);
}