diff options
| -rw-r--r-- | tools/aapt2/cmd/Dump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/cmd/Dump.h b/tools/aapt2/cmd/Dump.h index 5cf056e60640..7ded9bcf8470 100644 --- a/tools/aapt2/cmd/Dump.h +++ b/tools/aapt2/cmd/Dump.h @@ -32,6 +32,7 @@ class DumpApkCommand : public Command { public: explicit DumpApkCommand(const std::string&& name, text::Printer* printer, IDiagnostics* diag) : Command(name), printer_(printer), diag_(diag) { + SetDescription("Dump information about an APK or APC."); } text::Printer* GetPrinter() { |