From a77bef47decf2c0818397aced983999e235aa82f Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Tue, 15 Apr 2014 13:34:04 -0700 Subject: [PATCH] Document the adb install -d option. Change-Id: Ife0da42c22e4408dc5c07ac0f20e0ecbbde20832 --- adb/commandline.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adb/commandline.c b/adb/commandline.c index c9bb43749..61167b215 100644 --- a/adb/commandline.c +++ b/adb/commandline.c @@ -133,10 +133,11 @@ void help() " adb forward --remove - remove a specific forward socket connection\n" " adb forward --remove-all - remove all forward socket connections\n" " adb jdwp - list PIDs of processes hosting a JDWP transport\n" - " adb install [-l] [-r] [-s] [--algo --key --iv ] \n" + " adb install [-l] [-r] [-d] [-s] [--algo --key --iv ] \n" " - push this package file to the device and install it\n" " ('-l' means forward-lock the app)\n" " ('-r' means reinstall the app, keeping its data)\n" + " ('-d' means allow version code downgrade)\n" " ('-s' means install on SD card instead of internal storage)\n" " ('--algo', '--key', and '--iv' mean the file is encrypted already)\n" " adb uninstall [-k] - remove this app package from the device\n"