From 4da55edd74ad72b204470d9def9ea29b1573a0db Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 15 Mar 2020 22:09:16 +0100 Subject: Fix getopt string. --- tools/dcpinfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc index 1e0e6ebd..4897b21e 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -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; -- cgit v1.2.3