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

Commit fe983b66 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "ziptool: fix unknown long options."

parents c9c8318d 2ab5a70b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -448,6 +448,7 @@ int main(int argc, char* argv[]) {

  static const struct option opts[] = {
      {"help", no_argument, 0, 'h'},
      {},
  };

  if (role == kUnzip) {