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

@@ -323,7 +323,7 @@ static void print_usage(void)
" -V, --version print RGBASM version and exit\n"
" -W, --warning <warning> enable or disable warnings\n"
"\n"
"For help, use `man rgbasm' or go to https://rednex.github.io/rgbds/\n",
"For help, use `man rgbasm' or go to https://rgbds.gbdev.io/docs/\n",
stderr);
exit(1);
}

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);
}

View File

@@ -66,7 +66,7 @@ static void print_usage(void)
" -u, --unique-tiles optimize out identical tiles\n"
" -V, --version print RGBGFX version and exit\n"
"\n"
"For help, use `man rgbgfx' or go to https://rednex.github.io/rgbds/\n",
"For help, use `man rgbgfx' or go to https://rgbds.gbdev.io/docs/\n",
stderr);
exit(1);
}

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);
}