summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Rich Slogar <rslogar@google.com> 2015-04-13 18:42:54 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-04-13 18:42:54 +0000
commit6843ae308ea8d62aa44dda3e7ad95c6e292513af (patch)
tree060e2e5ed137f36f0e146d7eec1d0f61b49ee136
parentdd9e41407552fb44ad2d537966611d574269f45f (diff)
parentc0559808eeb881ce5afa368c51f3da3807359d56 (diff)
am c0559808: am a7ade2f7: Merge "docs: remove adb install option" into lmp-docs
* commit 'c0559808eeb881ce5afa368c51f3da3807359d56': docs: remove adb install option
-rw-r--r--docs/html/tools/help/adb.jd1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/html/tools/help/adb.jd b/docs/html/tools/help/adb.jd
index e2dd196216d6..41c66866215a 100644
--- a/docs/html/tools/help/adb.jd
+++ b/docs/html/tools/help/adb.jd
@@ -962,7 +962,6 @@ install [options] &lt;PATH>
</code></td>
<td>Installs a package (specified by {@code &lt;PATH>}) to the system. <p>Options:
<ul>
- <li>{@code -l}: Install the package with forward lock.
<li>{@code -r}: Reinstall an exisiting app, keeping its data.
<li>{@code -t}: Allow test APKs to be installed.
<li>{@code -i &lt;INSTALLER_PACKAGE_NAME>}: Specify the installer package name.