Loading adb/commandline.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -145,8 +145,8 @@ static void help() { " - remove a specific reversed socket connection\n" " 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 [-lrtsd] <file>\n" " adb install-multiple [-lrtsdp] <file...>\n" " adb install [-lrtsdg] <file>\n" " adb install-multiple [-lrtsdpg] <file...>\n" " - push this package file to the device and install it\n" " (-l: forward lock application)\n" " (-r: replace existing application)\n" Loading @@ -154,6 +154,7 @@ static void help() { " (-s: install application on sdcard)\n" " (-d: allow version code downgrade)\n" " (-p: partial application install)\n" " (-g: grant all runtime permissions)\n" " adb uninstall [-k] <package> - remove this app package from the device\n" " ('-k' means keep the data and cache directories)\n" " adb bugreport - return all information from the device\n" Loading Loading
adb/commandline.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -145,8 +145,8 @@ static void help() { " - remove a specific reversed socket connection\n" " 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 [-lrtsd] <file>\n" " adb install-multiple [-lrtsdp] <file...>\n" " adb install [-lrtsdg] <file>\n" " adb install-multiple [-lrtsdpg] <file...>\n" " - push this package file to the device and install it\n" " (-l: forward lock application)\n" " (-r: replace existing application)\n" Loading @@ -154,6 +154,7 @@ static void help() { " (-s: install application on sdcard)\n" " (-d: allow version code downgrade)\n" " (-p: partial application install)\n" " (-g: grant all runtime permissions)\n" " adb uninstall [-k] <package> - remove this app package from the device\n" " ('-k' means keep the data and cache directories)\n" " adb bugreport - return all information from the device\n" Loading