summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/dcpinfo.cc2
1 files changed, 1 insertions, 1 deletions
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;