summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 252023d..73647ac 100644
--- a/src/main.c
+++ b/src/main.c
@@ -377,7 +377,7 @@ static void parse_opts(int argc, char **argv)
int c;
while (1) {
- c = getopt_long(argc, argv, "hfvuU:xX", longopts, (int *) 0);
+ c = getopt_long(argc, argv, "hfvVuU:xX", longopts, (int *) 0);
if (c == -1) {
break;
}