summaryrefslogtreecommitdiffstats
path: root/pcidev.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcidev.c')
-rw-r--r--pcidev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcidev.c b/pcidev.c
index 6fc4e45..742184c 100644
--- a/pcidev.c
+++ b/pcidev.c
@@ -119,7 +119,7 @@ uint32_t pcidev_init(uint16_t vendor_id, uint32_t bar,
exit(1);
} else if (found > 1) {
msg_perr("Error: Multiple supported PCI devices found. "
- "Use 'flashrom -p xxxx:bb:dd.f' \n"
+ "Use 'flashrom -p xxxx:pci=bb:dd.f' \n"
"to explicitly select the card with the given BDF "
"(PCI bus, device, function).\n");
exit(1);
OpenPOWER on IntegriCloud