1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

Adjust a help text for external PCI programmers to the new parameter scheme

Pointed out by Maciej Pijanka.

Corresponding to flashrom svn r754.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Carl-Daniel Hailfinger 2009-10-30 21:12:39 +00:00
parent 0709a782c3
commit 3291030fc1

View File

@ -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);