summaryrefslogtreecommitdiff
path: root/extcap/udpdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'extcap/udpdump.c')
-rw-r--r--extcap/udpdump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extcap/udpdump.c b/extcap/udpdump.c
index a83b7215d6..4ad0f616f8 100644
--- a/extcap/udpdump.c
+++ b/extcap/udpdump.c
@@ -308,7 +308,6 @@ int main(int argc, char *argv[])
g_free(help_header);
extcap_help_add_option(extcap_conf, "--help", "print this help");
extcap_help_add_option(extcap_conf, "--version", "print the version");
- extcap_help_add_option(extcap_conf, "--verbose", "print more messages");
port_msg = g_strdup_printf("the port to listens on. Default: %u", UDPDUMP_DEFAULT_PORT);
extcap_help_add_option(extcap_conf, "--port <port>", port_msg);
g_free(port_msg);