Fixed program names in help output.

This commit is contained in:
Camilla Berglund
2012-02-07 02:30:52 +01:00
parent b35ef1ac53
commit 086fba40b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ static GLfloat gamma = 1.0f;
static void usage(void)
{
printf("Usage: gammatest [-h] [-f]\n");
printf("Usage: gamma [-h] [-f]\n");
}
static void set_gamma(float value)