| Index: tools/binary_size/README.md
|
| diff --git a/tools/binary_size/README.md b/tools/binary_size/README.md
|
| index 4bc66ea6d138a426a9fce29a9bc6ae2d4b17b025..e058031677099ce7244bd995445abddc1a92604c 100644
|
| --- a/tools/binary_size/README.md
|
| +++ b/tools/binary_size/README.md
|
| @@ -48,8 +48,8 @@ Determine the cause of binary size bloat for a patch.
|
|
|
| ### Example Usage:
|
|
|
| - # Sync, build, and store MonochromePublic.apk for HEAD and HEAD^.
|
| - tools/binary_size/diagnose_apk_bloat.py -v
|
| + # Sync, build, and diff for HEAD and HEAD^.
|
| + tools/binary_size/diagnose_apk_bloat.py
|
|
|
| # Display detailed usage info (there are many options).
|
| tools/binary_size/diagnose_apk_bloat.py -h
|
|
|