fix: add --output
This commit is contained in:
parent
7644ab838d
commit
2cf16ff109
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ static struct option g_long_opts[] = {
|
|||
{"help", no_argument, NULL, 'h'},
|
||||
{"ext", required_argument, NULL, 'e'},
|
||||
{"input", required_argument, NULL, 'i'},
|
||||
{"output", required_argument, NULL, 'o'},
|
||||
{"map", required_argument, NULL, 'm'},
|
||||
{NULL, 0, NULL, 0}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue