Author: hailfinger
Date: 2009-10-30 22:12:39 +0100 (Fri, 30 Oct 2009)
New Revision: 754

Modified:
   trunk/pcidev.c
Log:
Adjust a help text for external PCI programmers to the new parameter
scheme. Pointed out by Maciej Pijanka.

Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Acked-by: Carl-Daniel Hailfinger <[email protected]>


Modified: trunk/pcidev.c
===================================================================
--- trunk/pcidev.c      2009-10-22 15:07:30 UTC (rev 753)
+++ trunk/pcidev.c      2009-10-30 21:12:39 UTC (rev 754)
@@ -100,7 +100,7 @@
                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);


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to