diff --git a/adb/client/commandline.cpp b/adb/client/commandline.cpp index 3c03eb24d..48853b7ff 100644 --- a/adb/client/commandline.cpp +++ b/adb/client/commandline.cpp @@ -153,6 +153,7 @@ static void help() { " -d: allow version code downgrade (debuggable packages only)\n" " -p: partial application install (install-multiple only)\n" " -g: grant all runtime permissions\n" + " --abi ABI: override platform's default ABI\n" " --instant: cause the app to be installed as an ephemeral install app\n" " --no-streaming: always push APK to device and invoke Package Manager as separate steps\n" " --streaming: force streaming APK directly into Package Manager\n" @@ -164,6 +165,7 @@ static void help() { #ifndef _WIN32 " --local-agent: locate agent files from local source build (instead of SDK location)\n" #endif + " (See also `adb shell pm help` for more options.)\n" //TODO--installlog " uninstall [-k] PACKAGE\n" " remove this app package from the device\n"