mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +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:
parent
0709a782c3
commit
3291030fc1
2
pcidev.c
2
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user