summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/makedcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/makedcp.cc b/src/tools/makedcp.cc
index 3d9db6a31..ec775eb71 100644
--- a/src/tools/makedcp.cc
+++ b/src/tools/makedcp.cc
@@ -68,7 +68,7 @@ main (int argc, char* argv[])
{ 0, 0, 0, 0 }
};
- int c = getopt_long (argc, argv, "hdtn", long_options, &option_index);
+ int c = getopt_long (argc, argv, "vhdtn", long_options, &option_index);
if (c == -1) {
break;