diff --git a/adb/commandline.cpp b/adb/commandline.cpp index 909592dcc..fd9953ca6 100644 --- a/adb/commandline.cpp +++ b/adb/commandline.cpp @@ -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] \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] \n" " - push this package file to the device and install it\n" " (-l: forward lock application)\n"