diff options
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -377,7 +377,7 @@ static void parse_opts(int argc, char **argv) | |||
| 377 | int c; | 377 | int c; |
| 378 | 378 | ||
| 379 | while (1) { | 379 | while (1) { |
| 380 | c = getopt_long(argc, argv, "hfvuU:xX", longopts, (int *) 0); | 380 | c = getopt_long(argc, argv, "hfvVuU:xX", longopts, (int *) 0); |
| 381 | if (c == -1) { | 381 | if (c == -1) { |
| 382 | break; | 382 | break; |
| 383 | } | 383 | } |
