diff options
author | Elliott Hughes <enh@google.com> | 2019-01-11 13:50:05 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2019-01-11 13:50:05 -0800 |
commit | 0d4bf809683cf4e6344d137fe51cf7b57cfbad3c (patch) | |
tree | da346dc2f999395c8f83d81ae972a805a6683a1f /adb/client/commandline.cpp | |
parent | d75913a37180087171c93f06aea127e5ec89b94b (diff) | |
download | system_core-0d4bf809683cf4e6344d137fe51cf7b57cfbad3c.tar.gz system_core-0d4bf809683cf4e6344d137fe51cf7b57cfbad3c.tar.bz2 system_core-0d4bf809683cf4e6344d137fe51cf7b57cfbad3c.zip |
Admit that there's more `adb install` help available.
Test: adb --help
Change-Id: I1e4d4250ef8bc55cfa660f87ebdbd7d664509266
Diffstat (limited to 'adb/client/commandline.cpp')
-rw-r--r-- | adb/client/commandline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/client/commandline.cpp b/adb/client/commandline.cpp index 20fd036f6..98cd40fac 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" " install-multiple [-lrtsdpg] [--instant] PACKAGE...\n" " push package(s) to the device and install them\n" |