summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-01-12 06:21:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-01-12 06:21:31 +0000
commite5f61a9bcd5e92c611255e11d8a80968e47d7dfb (patch)
treedb3fb77677c4f81bb6d5331d9210ac691a280b16 /adb
parent1c4ad71dffa5862a0a9649bee7dbf1d7991d4652 (diff)
parent0d4bf809683cf4e6344d137fe51cf7b57cfbad3c (diff)
downloadsystem_core-e5f61a9bcd5e92c611255e11d8a80968e47d7dfb.tar.gz
system_core-e5f61a9bcd5e92c611255e11d8a80968e47d7dfb.tar.bz2
system_core-e5f61a9bcd5e92c611255e11d8a80968e47d7dfb.zip
Merge "Admit that there's more `adb install` help available."
Diffstat (limited to 'adb')
-rw-r--r--adb/client/commandline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/client/commandline.cpp b/adb/client/commandline.cpp
index 1592c4352..9bc42e110 100644
--- a/adb/client/commandline.cpp
+++ b/adb/client/commandline.cpp
@@ -142,7 +142,7 @@ static void help() {
" -x: disable remote exit codes and stdout/stderr separation\n"
" emu COMMAND run emulator console command\n"
"\n"
- "app installation:\n"
+ "app installation (see also `adb shell cmd package help`):\n"
" install [-lrtsdg] [--instant] PACKAGE\n"
" push a single package to the device and install it\n"
" install-multiple [-lrtsdpg] [--instant] PACKAGE...\n"