am 23d84074: Improve adb install help.

* commit '23d84074652b77385431fc0d1505b7d43b7dba9e':
  Improve adb install help.
This commit is contained in:
Svetoslav 2015-06-02 14:22:54 +00:00 committed by Android Git Automerger
commit cb0322f536
1 changed files with 7 additions and 0 deletions

View File

@ -146,6 +146,13 @@ static void help() {
" adb reverse --remove-all - remove all reversed socket connections from device\n"
" adb jdwp - list PIDs of processes hosting a JDWP transport\n"
" adb install [-lrtsdg] <file>\n"
" - push this package file to the device and install it\n"
" (-l: forward lock application)\n"
" (-r: replace existing application)\n"
" (-t: allow test packages)\n"
" (-s: install application on sdcard)\n"
" (-d: allow version code downgrade)\n"
" (-g: grant all runtime permissions)\n"
" adb install-multiple [-lrtsdpg] <file...>\n"
" - push this package file to the device and install it\n"
" (-l: forward lock application)\n"