Missed this getopt argument left over from removing old-style save support.
authorDavid Griffith <dave@661.org>
Thu, 21 May 2015 07:26:31 +0000 (00:26 -0700)
committerDavid Griffith <dave@661.org>
Thu, 21 May 2015 07:26:31 +0000 (00:26 -0700)
src/dos/bcinit.c

index 700908a0a14dd3b612aa801876947a872b44ea81..57a0af7c5a504079844e58e677d25846772d8913 100644 (file)
@@ -259,7 +259,7 @@ static void parse_options (int argc, char **argv)
 \r
        int num = 0;\r
 \r
-       c = getopt (argc, argv, "aAb:B:c:d:e:f:F:g:h:il:oOpQr:s:S:tTu:w:xZ:");\r
+       c = getopt (argc, argv, "aAb:B:c:d:e:f:F:g:h:il:oOpr:s:S:tTu:w:xZ:");\r
 \r
        if (optarg != NULL)\r
            num = dectoi (optarg);\r