Merge "ziptool: fix unknown long options."
This commit is contained in:
commit
fe983b6681
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
static const struct option opts[] = {
|
||||
{"help", no_argument, 0, 'h'},
|
||||
{},
|
||||
};
|
||||
|
||||
if (role == kUnzip) {
|
||||
|
|
Loading…
Reference in a new issue