diff options
Diffstat (limited to 'extcap/androiddump.c')
-rw-r--r-- | extcap/androiddump.c | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/extcap/androiddump.c b/extcap/androiddump.c index 7960f29b85..9589d4e9e1 100644 --- a/extcap/androiddump.c +++ b/extcap/androiddump.c @@ -2565,20 +2565,27 @@ int main(int argc, char **argv) { " %s --extcap-interface=INTERFACE --extcap-dlts\n" " %s --extcap-interface=INTERFACE --extcap-config\n" " %s --extcap-interface=INTERFACE --fifo=PATH_FILENAME --capture\n" - "\nINTERFACE can be:\n\n" - "\tandroid-logcat-main\n" - "\tandroid-logcat-system\n" - "\tandroid-logcat-radio\n" - "\tandroid-logcat-events\n" - "\tandroid-logcat-text-main\n" - "\tandroid-logcat-text-system\n" - "\tandroid-logcat-text-radio\n" - "\tandroid-logcat-text-events\n" - "\tandroid-logcat-text-crash\n" - "\tandroid-bluetooth-hcidump\n" - "\tandroid-bluetooth-external-parser\n" - "\tandroid-bluetooth-btsnoop-net\n" - "\tandroid-wifi-tcpdump\n", + "\nINTERFACE has the form TYPE-DEVICEID:\n" + "\t""For example: "INTERFACE_ANDROID_BLUETOOTH_BTSNOOP_NET"-W3D7N15C29005648""\n" + "\n" + "\tTYPE is one of:\n" + "\t"INTERFACE_ANDROID_LOGCAT_MAIN"\n" + "\t"INTERFACE_ANDROID_LOGCAT_SYSTEM"\n" + "\t"INTERFACE_ANDROID_LOGCAT_RADIO"\n" + "\t"INTERFACE_ANDROID_LOGCAT_EVENTS"\n" + "\t"INTERFACE_ANDROID_LOGCAT_TEXT_MAIN"\n" + "\t"INTERFACE_ANDROID_LOGCAT_TEXT_SYSTEM"\n" + "\t"INTERFACE_ANDROID_LOGCAT_TEXT_RADIO"\n" + "\t"INTERFACE_ANDROID_LOGCAT_TEXT_EVENTS"\n" + "\t"INTERFACE_ANDROID_LOGCAT_TEXT_CRASH"\n" + "\t"INTERFACE_ANDROID_BLUETOOTH_HCIDUMP"\n" + "\t"INTERFACE_ANDROID_BLUETOOTH_EXTERNAL_PARSER"\n" + "\t"INTERFACE_ANDROID_BLUETOOTH_BTSNOOP_NET"\n" + "\t"INTERFACE_ANDROID_WIFI_TCPDUMP"\n" + "\n" + "\t""DEVICEID is the identifier of the device provided by Android SDK (see \"adb devices\")\n" + "\t""For example: W3D7N15C29005648""\n", + argv[0], argv[0], argv[0], argv[0]); extcap_help_add_header(extcap_conf, help_header); g_free(help_header); |