diff options
author | Christopher Tate <ctate@android.com> | 2013-04-29 21:34:28 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-04-29 21:34:28 +0000 |
commit | bd1730dec7356e042ee885ff4a63b40f36733062 (patch) | |
tree | 473379668b95bbdc19cdc0a0a36376ed47ad5d75 /tools/aapt/Main.cpp | |
parent | d152f7ec1ae43d77ff8e2206724ce71da3da9913 (diff) | |
parent | 08822df147f7794559870d6de01f9a5cea6f1cd4 (diff) |
Merge "Document the 'aapt dump strings' command"
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 f398de0630b9..74ffeb00d9d3 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" |