summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flashchips.c2
-rw-r--r--flashrom.c10
2 files changed, 7 insertions, 5 deletions
diff --git a/flashchips.c b/flashchips.c
index 6be3d84..2bafbc1 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -24,7 +24,7 @@
#include "flash.h"
/**
- * List of supported flash ROM chips.
+ * List of supported flash chips.
*
* Please keep the list sorted by vendor name and chip name, so that
* the output of 'flashrom -L' is alphabetically sorted.
diff --git a/flashrom.c b/flashrom.c
index 167a5b1..e002ca2 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -658,10 +658,12 @@ int main(int argc, char *argv[])
printf(" WRITE");
printf("\n");
}
- printf("Please email a report to flashrom@coreboot.org if any of the above operations\n");
- printf("work correctly for you with this flash part. Please include the full output\n");
- printf("from the program, including chipset found. Thank you for your help!\n");
- printf("===\n");
+ printf("Please email a report to flashrom@coreboot.org if any "
+ "of the above operations\nwork correctly for you with "
+ "this flash part. Please include the flashrom\noutput "
+ "with the additional -V option for all operations you "
+ "tested (-V, -rV,\n-wV, -EV), and mention which "
+ "mainboard you tested. Thanks for your help!\n===\n");
}
if (!(read_it | write_it | verify_it | erase_it)) {
OpenPOWER on IntegriCloud