diff --git a/pcidev.c b/pcidev.c
index 9630786747a2f23534f948b7a21de2fbeea22f1d..6c92c0af9b32ecce2814b3236c5587cf4cd2e2c0 100644
--- a/pcidev.c
+++ b/pcidev.c
@@ -100,7 +100,7 @@ uint32_t pcidev_init(uint16_t vendor_id, uint32_t bar,
 		exit(1);
 	} else if (found > 1) {
 		fprintf(stderr, "Error: Multiple supported PCI devices found. "
-			"Use 'flashrom -p xxxx=bb:dd.f' \n"
+			"Use 'flashrom -p xxxx:bb:dd.f' \n"
 			"to explicitly select the card with the given BDF "
 			"(PCI bus, device, function).\n");
 		exit(1);