From b83ea466655a77dacd8ad0bd38706afbec1ce21c Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Tue, 18 Oct 2016 19:52:49 +0200 Subject: extcap: put missed parameters into the help "--debug" and "--extcap-version" are part of extcap-base helper, do not hide them. Change-Id: I287b68dbed5344c188fede69d112ab007a6ee18b Reviewed-on: https://code.wireshark.org/review/18279 Reviewed-by: Dario Lombardo Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall --- extcap/udpdump.c | 1 - 1 file changed, 1 deletion(-) (limited to 'extcap/udpdump.c') 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_msg); g_free(port_msg); -- cgit v1.2.1