summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pcidev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcidev.c b/pcidev.c
index 9630786..6c92c0a 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);
OpenPOWER on IntegriCloud