ref: d22a6670951108d308ad2f24bfb666105e729fa3
parent: 30085a534287641be37f1f1ff631d7e60cf714e1
author: ISSOtm <eldredhabert0@gmail.com>
date: Wed Sep 16 23:10:02 EDT 2020
Update help text to redirect to new online docs
--- a/src/asm/main.c
+++ b/src/asm/main.c
@@ -323,7 +323,7 @@
" -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);
}
--- a/src/fix/main.c
+++ b/src/fix/main.c
@@ -63,7 +63,7 @@
" -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);
}
--- a/src/gfx/main.c
+++ b/src/gfx/main.c
@@ -66,7 +66,7 @@
" -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);
}
--- a/src/link/main.c
+++ b/src/link/main.c
@@ -132,7 +132,7 @@
" -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);
}