diff options
author | 2025-03-19 09:51:01 -0700 | |
---|---|---|
committer | 2025-03-19 09:59:27 -0700 | |
commit | 6bf9fd97a02590e5a3850ef621341c6e7fdcb9dd (patch) | |
tree | b371778d188b1a405b6d3e4291d84091000b37a1 | |
parent | 0709b098951b60cfe1235b87be8eb60ba1f226fd (diff) |
Fix typo in aapt2 CLI --help
Hi, just noticed this difference while reading through docs and then invoking `aapt2 --help`
The updated spelling matches the public documentation for this CLI switch:
https://developer.android.com/tools/aapt2
Change-Id: I37788ab78d7ec6df409b3aa2e1e365626a47ab72
Flag: EXEMPT log only update
-rw-r--r-- | tools/aapt2/cmd/Compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/cmd/Compile.h b/tools/aapt2/cmd/Compile.h index e244546476b0..88d61b534209 100644 --- a/tools/aapt2/cmd/Compile.h +++ b/tools/aapt2/cmd/Compile.h @@ -75,7 +75,7 @@ class CompileCommand : public Command { AddOptionalSwitch("--preserve-visibility-of-styleables", "If specified, apply the same visibility rules for\n" "styleables as are used for all other resources.\n" - "Otherwise, all stylesables will be made public.", + "Otherwise, all styleables will be made public.", &options_.preserve_visibility_of_styleables); AddOptionalFlag("--visibility", "Sets the visibility of the compiled resources to the specified\n" |