diff options
author | Elliott Hughes <enh@google.com> | 2019-07-30 10:32:53 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2019-07-30 10:32:53 -0700 |
commit | 4c8ea89afb044a817c9970a52f3a29d112d547fd (patch) | |
tree | 77018f8ea486f2cb1fcff6fc577267509961c4e7 | |
parent | e1d4e39064252815f4b169f4fb113bb72d63f016 (diff) |
Clarify `adb sync -l` help text.
Seems like the bug submitter thought that -l listed the partitions shown
on the line above, rather than the files. Be more explicit.
Bug: https://issuetracker.google.com/73122762
Test: treehugger
Change-Id: I6ed1027639a5b785a5992909430d739958d10ad7
-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 11a3dfd06..ea8c73b32 100644 --- a/adb/client/commandline.cpp +++ b/adb/client/commandline.cpp @@ -130,7 +130,7 @@ static void help() { " -a: preserve file timestamp and mode\n" " sync [all|data|odm|oem|product|system|system_ext|vendor]\n" " sync a local build from $ANDROID_PRODUCT_OUT to the device (default all)\n" - " -l: list but don't copy\n" + " -l: list files that would be copied, but don't copy them\n" "\n" "shell:\n" " shell [-e ESCAPE] [-n] [-Tt] [-x] [COMMAND...]\n" |