Fix getopt string.
authorCarl Hetherington <cth@carlh.net>
Sun, 15 Mar 2020 21:09:16 +0000 (22:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 15 Mar 2020 21:09:16 +0000 (22:09 +0100)
tools/dcpinfo.cc

index 1e0e6ebd1c19bf4e588e85e1b356ea20f9d70cf2..4897b21efadea593443f802172feb00fc6223631 100644 (file)
@@ -306,7 +306,7 @@ main (int argc, char* argv[])
                        { 0, 0, 0, 0 }
                };
 
-               int c = getopt_long (argc, argv, "vhspdoAB:C:", long_options, &option_index);
+               int c = getopt_long (argc, argv, "vhspdo:AB:C:", long_options, &option_index);
 
                if (c == -1) {
                        break;