summaryrefslogtreecommitdiff
path: root/extcap/androiddump.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2016-10-18 19:52:49 +0200
committerRoland Knall <rknall@gmail.com>2016-10-19 06:44:05 +0000
commitb83ea466655a77dacd8ad0bd38706afbec1ce21c (patch)
tree2a22656c7343f2c7362d57a88c812b09d4c0b58b /extcap/androiddump.c
parentba00be5266aff1bdf6507fdb9bd263d30c8dcc32 (diff)
downloadwireshark-b83ea466655a77dacd8ad0bd38706afbec1ce21c.tar.gz
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 <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'extcap/androiddump.c')
-rw-r--r--extcap/androiddump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extcap/androiddump.c b/extcap/androiddump.c
index 7e6bd5f7fe..7960f29b85 100644
--- a/extcap/androiddump.c
+++ b/extcap/androiddump.c
@@ -2584,8 +2584,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", "verbose mode");
extcap_help_add_option(extcap_conf, "--adb-server-ip <IP>", "the IP address of the ADB server");
extcap_help_add_option(extcap_conf, "--adb-server-tcp-port <port>", "the TCP port of the ADB server");
extcap_help_add_option(extcap_conf, "--logcat-text <text>", "logcat text");