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/sshdump.c | 1 - 1 file changed, 1 deletion(-) (limited to 'extcap/sshdump.c') diff --git a/extcap/sshdump.c b/extcap/sshdump.c index bda8c81a7a..08a36c38be 100644 --- a/extcap/sshdump.c +++ b/extcap/sshdump.c @@ -366,7 +366,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"); extcap_help_add_option(extcap_conf, "--remote-host ", "the remote SSH host"); extcap_help_add_option(extcap_conf, "--remote-port ", "the remote SSH port (default: 22)"); extcap_help_add_option(extcap_conf, "--remote-username ", "the remote SSH username (default: the current user)"); -- cgit v1.2.1