diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-12-17 11:10:18 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-12-17 11:10:18 +0000 |
commit | 17d41711c62cb677740475946019c4038224e6f6 (patch) | |
tree | fe0528a68c807a43839c421b74caa77d75cf1d75 /adb/client/commandline.cpp | |
parent | 567c45e10ea1186822768d6da2cc64f47e467c6b (diff) | |
parent | ee01c80afe54ece71e2da5eb86de1e7c655488f6 (diff) | |
download | system_core-17d41711c62cb677740475946019c4038224e6f6.tar.gz system_core-17d41711c62cb677740475946019c4038224e6f6.tar.bz2 system_core-17d41711c62cb677740475946019c4038224e6f6.zip |
Merge "Change --fastdeploy behaviour"
Diffstat (limited to 'adb/client/commandline.cpp')
-rw-r--r-- | adb/client/commandline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adb/client/commandline.cpp b/adb/client/commandline.cpp index c8e834e67..867621414 100644 --- a/adb/client/commandline.cpp +++ b/adb/client/commandline.cpp @@ -154,8 +154,8 @@ static void help() { " --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" - " --fastdeploy: use fast deploy (only valid with -r)\n" - " --no-fastdeploy: prevent use of fast deploy (only valid with -r)\n" + " --fastdeploy: use fast deploy\n" + " --no-fastdeploy: prevent use of fast deploy\n" " --force-agent: force update of deployment agent when using fast deploy\n" " --date-check-agent: update deployment agent when local version is newer and using fast deploy\n" " --version-check-agent: update deployment agent when local version has different version code and using fast deploy\n" |