changeset 12758 | 3c6a6dad3487 |
parent 12503 | 806492103856 |
1.1 --- a/test/testgles.c Sun May 26 18:53:36 2019 -0300 1.2 +++ b/test/testgles.c Tue May 28 17:39:13 2019 -0400 1.3 @@ -146,8 +146,8 @@ 1.4 } 1.5 } 1.6 if (consumed < 0) { 1.7 - SDL_Log("Usage: %s %s [--fsaa] [--accel] [--zdepth %%d]\n", argv[0], 1.8 - SDLTest_CommonUsage(state)); 1.9 + static const char *options[] = { "[--fsaa]", "[--accel]", "[--zdepth %d]", NULL }; 1.10 + SDLTest_CommonLogUsage(state, argv[0], options); 1.11 quit(1); 1.12 } 1.13 i += consumed;