Rebrand to flashprog and update URLs

Mostly automated `sed` work. As of now, URLs to the old wiki are broken
either way, so changing them shouldn't hurt. Other URLs (e.g. to mailing
list archives) were hopefully filtered correctly.

Change-Id: I9d43bfd0e675eff2fcbad05f304b9ce9f5006b08
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashrom-stable/+/21
diff --git a/linux_mtd.c b/linux_mtd.c
index f7cd82b..0960025 100644
--- a/linux_mtd.c
+++ b/linux_mtd.c
@@ -270,7 +270,7 @@
 
 	if (data->no_erase) {
 		msg_perr("%s: device does not support erasing.\n"
-			 "Please file a bug report at flashrom-stable@flashrom.org\n",
+			 "Please file a bug report at flashprog@flashprog.org\n",
 			 __func__);
 		return 1;
 	}
@@ -387,7 +387,7 @@
 
 		dev_num = strtol(param, &endptr, 0);
 		if ((*endptr != '\0') || (dev_num < 0)) {
-			msg_perr("Invalid device number %s. Use flashrom -p "
+			msg_perr("Invalid device number %s. Use flashprog -p "
 				"linux_mtd:dev=N where N is a valid MTD\n"
 				"device number.\n", param);
 			goto linux_mtd_init_exit;