Merge "adb: correct tcpip help message" am: 19fb58ce57

am: aeb774304b

Change-Id: Ib4d41e0c095e9ec2167a1fe929eb9f5ae66aab10
This commit is contained in:
bohu 2018-10-24 19:43:12 -07:00 committed by android-build-merger
commit dc50a737c5

View file

@ -204,8 +204,8 @@ static void help() {
" sideload OTAPACKAGE sideload the given full OTA package\n"
" root restart adbd with root permissions\n"
" unroot restart adbd without root permissions\n"
" usb restart adb server listening on USB\n"
" tcpip PORT restart adb server listening on TCP on PORT\n"
" usb restart adbd listening on USB\n"
" tcpip PORT restart adbd listening on TCP on PORT\n"
"\n"
"internal debugging:\n"
" start-server ensure that there is a server running\n"