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/ogp_spi.c b/ogp_spi.c
index aa4f422..5a1b969 100644
--- a/ogp_spi.c
+++ b/ogp_spi.c
@@ -101,7 +101,7 @@
 	type = extract_programmer_param("rom");
 
 	if (!type) {
-		msg_perr("Please use flashrom -p ogp_spi:rom=... to specify "
+		msg_perr("Please use flashprog -p ogp_spi:rom=... to specify "
 			 "which flashchip you want to access.\n");
 		return 1;
 	} else if (!strcasecmp(type, "bprom") || !strcasecmp(type, "bios")) {