Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 362da826 authored by Fabien Sanglard's avatar Fabien Sanglard
Browse files

AAPT2: Add missing description for dump command

Test: None
Bug: None
Change-Id: Id9d6a38ad292dc2647bdb4ad9f7a0015120fa776
parent 9c5458ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -32,6 +32,7 @@ class DumpApkCommand : public Command {
 public:
 public:
  explicit DumpApkCommand(const std::string&& name, text::Printer* printer, IDiagnostics* diag)
  explicit DumpApkCommand(const std::string&& name, text::Printer* printer, IDiagnostics* diag)
      : Command(name), printer_(printer), diag_(diag) {
      : Command(name), printer_(printer), diag_(diag) {
        SetDescription("Dump information about an APK or APC.");
  }
  }


  text::Printer* GetPrinter() {
  text::Printer* GetPrinter() {