* src/main.c: Remove double 'verbose' option

Fixes: #50290
This commit is contained in:
Tim Rühsen 2017-02-12 21:17:24 +01:00
parent 6620c5156f
commit ac9be9b756

View File

@ -424,7 +424,6 @@ static struct cmdline_option option_data[] =
{ "user", 0, OPT_VALUE, "user", -1 },
{ "user-agent", 'U', OPT_VALUE, "useragent", -1 },
{ "verbose", 'v', OPT_BOOLEAN, "verbose", -1 },
{ "verbose", 0, OPT_BOOLEAN, "verbose", -1 },
{ "version", 'V', OPT_FUNCALL, (void *) print_version, no_argument },
{ "wait", 'w', OPT_VALUE, "wait", -1 },
{ "waitretry", 0, OPT_VALUE, "waitretry", -1 },