diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-04-29 15:29:13 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2013-04-29 15:29:13 -0700 |
commit | f1301d86fb7f414330b08dd9514436e65ba69ceb (patch) | |
tree | b0a1944d373ec02db2c33e45008da173138fb8a5 /tools/aapt/Main.cpp | |
parent | b98212925e41e9420ce6fefc3fe204b29c8f7a83 (diff) | |
parent | b3f6687756ffb660f834ef673bed04b2d4a26d21 (diff) |
Merge commit 'b3f66877' into afdmerge
Change-Id: I319863cf23b2e6eacfa4508f7b111fba7b1cbc24
Diffstat (limited to 'tools/aapt/Main.cpp')
-rw-r--r-- | tools/aapt/Main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/Main.cpp b/tools/aapt/Main.cpp index 32fecb29034c..977226b61471 100644 --- a/tools/aapt/Main.cpp +++ b/tools/aapt/Main.cpp @@ -48,6 +48,7 @@ void usage(void) " List contents of Zip-compatible archive.\n\n", gProgName); fprintf(stderr, " %s d[ump] [--values] WHAT file.{apk} [asset [asset ...]]\n" + " strings Print the contents of the resource table string pool in the APK.\n" " badging Print the label and icon for the app declared in APK.\n" " permissions Print the permissions from the APK.\n" " resources Print the resource table from the APK.\n" |