From 3e85442e337e47db7bc5bed23dc079c7a2abe2cf Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 6 Oct 2010 23:03:21 +0000 Subject: Update the author list in the man page Update programmer parameter documentation. Corresponding to flashrom svn r1197. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann --- pcidev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcidev.c') 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); -- cgit v1.1