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>
diff --git a/flashrom.c b/flashrom.c
index 167a5b1..e002ca2 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -658,10 +658,12 @@
 				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)) {