diff options
author | Christopher Tate <ctate@android.com> | 2013-04-29 15:19:24 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-29 15:19:24 -0700 |
commit | 21675166345646f5bb278af487e69604290f09b0 (patch) | |
tree | 61263099de1bf602d666bef3cfc6f72fdddea253 /tools/aapt | |
parent | d334cb13d694a4f1c6b885070ec48033366a4b37 (diff) | |
parent | bd1730dec7356e042ee885ff4a63b40f36733062 (diff) | |
download | frameworks_base-21675166345646f5bb278af487e69604290f09b0.zip frameworks_base-21675166345646f5bb278af487e69604290f09b0.tar.gz frameworks_base-21675166345646f5bb278af487e69604290f09b0.tar.bz2 |
am bd1730de: Merge "Document the \'aapt dump strings\' command"
* commit 'bd1730dec7356e042ee885ff4a63b40f36733062':
Document the 'aapt dump strings' command
Diffstat (limited to 'tools/aapt')
-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 32fecb2..977226b 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" |