From 83ab5c29c1760653a35f69261a4208e3ea5b7c24 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 13 Jan 2017 16:58:25 -0800 Subject: [PATCH] -e is really about TCP/IP devices, not emulators. Despite the name. Bug: N/A Test: N/A Change-Id: I099222137fabf68f961a6a2e5d11f2904ffd5a0d --- adb/commandline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adb/commandline.cpp b/adb/commandline.cpp index a064de27f..2befa0c8e 100644 --- a/adb/commandline.cpp +++ b/adb/commandline.cpp @@ -91,9 +91,9 @@ static void help() { "global options:\n" " -a listen on all network interfaces, not just localhost\n" " -d use USB device (error if multiple devices connected)\n" - " -e use emulator (error if multiple emulators running)\n" + " -e use TCP/IP device (error if multiple TCP/IP devices available)\n" " -s SERIAL\n" - " use device/emulator with given serial number (overrides $ANDROID_SERIAL)\n" + " use device with given serial number (overrides $ANDROID_SERIAL)\n" " -p PRODUCT\n" " name or path ('angler'/'out/target/product/angler');\n" " default $ANDROID_PRODUCT_OUT\n"