diff --git a/src/lime_sdl/lime_sdl.cpp b/src/lime_sdl/lime_sdl.cpp index cdd3a5978..a7e38e224 100644 --- a/src/lime_sdl/lime_sdl.cpp +++ b/src/lime_sdl/lime_sdl.cpp @@ -220,7 +220,7 @@ void LaunchSdlFrontend(int argc, char** argv) { }; while (optind < argc) { - int arg = getopt_long(argc, argv, "fg:hi:p:r:m:nvw", long_options, &option_index); + int arg = getopt_long(argc, argv, "d:fg:hi:p:r:a:m:nvw", long_options, &option_index); if (arg != -1) { switch (static_cast(arg)) { case 'd':