diff --git a/src/lime_sdl/lime_sdl.cpp b/src/lime_sdl/lime_sdl.cpp index b63b4b63e..6cd289a90 100644 --- a/src/lime_sdl/lime_sdl.cpp +++ b/src/lime_sdl/lime_sdl.cpp @@ -231,7 +231,7 @@ void LaunchSdlFrontend(int argc, char** argv) { }; while (optind < argc) { - int arg = getopt_long(argc, argv, "g:i:m:nr:p:fhvw", long_options, &option_index); + int arg = getopt_long(argc, argv, "ag:i:m:nr:p:fhvw", long_options, &option_index); if (arg != -1) { switch (static_cast(arg)) { case 'g':