summaryrefslogtreecommitdiffstats
path: root/adb/commandline.c
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2014-04-15 13:34:04 -0700
committerJeff Brown <jeffbrown@google.com>2014-04-15 13:34:04 -0700
commita77bef47decf2c0818397aced983999e235aa82f (patch)
treea6f3e2fa05f2ef6cd2245a3280a5d52e115ce2f2 /adb/commandline.c
parent5b98e0499a6cdd09b72445ceb88b1d32a5e82fd1 (diff)
downloadsystem_core-a77bef47decf2c0818397aced983999e235aa82f.zip
system_core-a77bef47decf2c0818397aced983999e235aa82f.tar.gz
system_core-a77bef47decf2c0818397aced983999e235aa82f.tar.bz2
Document the adb install -d option.
Change-Id: Ife0da42c22e4408dc5c07ac0f20e0ecbbde20832
Diffstat (limited to 'adb/commandline.c')
-rw-r--r--adb/commandline.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/adb/commandline.c b/adb/commandline.c
index c9bb437..61167b2 100644
--- a/adb/commandline.c
+++ b/adb/commandline.c
@@ -133,10 +133,11 @@ void help()
" adb forward --remove <local> - 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 <algorithm name> --key <hex-encoded key> --iv <hex-encoded iv>] <file>\n"
+ " adb install [-l] [-r] [-d] [-s] [--algo <algorithm name> --key <hex-encoded key> --iv <hex-encoded iv>] <file>\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] <package> - remove this app package from the device\n"