]> git.saurik.com Git - android/aapt.git/commitdiff
Document the 'aapt dump strings' command master
authorMårten Kongstad <marten.kongstad@sonymobile.com>
Thu, 20 Dec 2012 09:08:54 +0000 (10:08 +0100)
committerHenrik Baard <henrik.baard@sonymobile.com>
Mon, 29 Apr 2013 07:57:19 +0000 (09:57 +0200)
Update the usage page for aapt to mention 'strings' as a valid
subcommand to 'dump'.

Change-Id: Iadb2b8ce36951ff36ffbf6b5ea349ba1e2b12582

Main.cpp

index f398de0630b981cdd655da2c1322508cf8b60aa1..74ffeb00d9d31f8f05c6a4e7d1aaca54f09558de 100644 (file)
--- a/Main.cpp
+++ b/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"
         "   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"
         "   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"