Merge "ziptool: fix unknown long options."

This commit is contained in:
Treehugger Robot 2019-11-18 15:47:59 +00:00 committed by Gerrit Code Review
commit fe983b6681

View file

@ -448,6 +448,7 @@ int main(int argc, char* argv[]) {
static const struct option opts[] = {
{"help", no_argument, 0, 'h'},
{},
};
if (role == kUnzip) {