summaryrefslogtreecommitdiffstats
path: root/tools/aapt
diff options
context:
space:
mode:
authorChristopher Tate <ctate@android.com>2013-04-29 15:19:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-29 15:19:24 -0700
commit21675166345646f5bb278af487e69604290f09b0 (patch)
tree61263099de1bf602d666bef3cfc6f72fdddea253 /tools/aapt
parentd334cb13d694a4f1c6b885070ec48033366a4b37 (diff)
parentbd1730dec7356e042ee885ff4a63b40f36733062 (diff)
downloadframeworks_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.cpp1
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"