aboutsummaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-05-21 15:55:46 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-05-21 15:55:46 +0000
commita9720405f6c56bed50e0a076dd6e0c598df0dc6b (patch)
treebbd51822dbebdbf9c9f8dead805fc6f5687f5a39 /flashrom.c
parent66c580cb56721b6014d38b4aa34ba81203758eed (diff)
downloadflashrom-a9720405f6c56bed50e0a076dd6e0c598df0dc6b.tar.gz
flashrom-a9720405f6c56bed50e0a076dd6e0c598df0dc6b.tar.bz2
flashrom-a9720405f6c56bed50e0a076dd6e0c598df0dc6b.zip
Improve flashrom test report text a bit
- Mention that we'd like to have -V output for all operations which were tested by the user. - Mention that we'd like to know the exact mainboard vendor/name. Corresponding to flashrom svn r540. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/flashrom.c b/flashrom.c
index 167a5b1f..e002ca22 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)) {