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/mstarddc_spi.c b/mstarddc_spi.c
index 4de3c04..911c450 100644
--- a/mstarddc_spi.c
+++ b/mstarddc_spi.c
@@ -80,14 +80,14 @@
 		}
 		if (i2c_address == NULL || strlen(i2c_address) == 0) {
 			msg_perr("Error: no address specified.\n"
-				 "Use flashrom -p mstarddc_spi:dev=/dev/device:address.\n");
+				 "Use flashprog -p mstarddc_spi:dev=/dev/device:address.\n");
 			ret = -1;
 			goto out;
 		}
 		mstarddc_addr = strtol(i2c_address, NULL, 16); // FIXME: error handling
 	} else {
 		msg_perr("Error: no device specified.\n"
-			 "Use flashrom -p mstarddc_spi:dev=/dev/device:address.\n");
+			 "Use flashprog -p mstarddc_spi:dev=/dev/device:address.\n");
 		ret = -1;
 		goto out;
 	}