Correct program name printed by tearing test

The tearing test incorrectly calls itself "iconify" when printing usage
information, probably just a copy-paste error.

Closes #774.
This commit is contained in:
A. Tombs 2016-06-06 20:23:30 +01:00 committed by Camilla Berglund
parent f6ec835599
commit 407385dc72

View File

@ -43,7 +43,7 @@ static double frame_rate;
static void usage(void)
{
printf("Usage: iconify [-h] [-f]\n");
printf("Usage: tearing [-h] [-f]\n");
printf("Options:\n");
printf(" -f create full screen window\n");
printf(" -h show this help\n");