Print estimated completion time

pull/10/head
nirenjan 2015-12-09 07:36:27 -08:00
parent 450cdbabee
commit 7614e2f961
1 changed files with 4 additions and 3 deletions

View File

@ -91,9 +91,10 @@ int main()
{ {
int rc = 0; int rc = 0;
printf("x52test is a suite of tests to write to the X52 Pro device\n"); puts("x52test is a suite of tests to write to the X52 Pro device");
printf("and test the extra functionality available in the LEDs and MFD\n"); puts("and test the extra functionality available in the LEDs and MFD");
printf("\nThese tests take quite some time, press Enter to begin the test"); puts("\nThese tests take roughly 6 minutes to run");
puts("Press Enter to begin the tests, press Ctrl-C to abort anytime");
getc(stdin); getc(stdin);