summaryrefslogtreecommitdiff
path: root/extcap/androiddump.c
diff options
context:
space:
mode:
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");