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

@@ -132,7 +132,7 @@ static void printUsage(void)
" -x, --nopad disable padding of output binary\n"
" -V, --version print RGBLINK version and exits\n"
"\n"
"For help, use `man rgblink' or go to https://rednex.github.io/rgbds/\n",
"For help, use `man rgblink' or go to https://rgbds.gbdev.io/docs/\n",
stderr);
}