Added -proto to options[]
parent
b4700e3bed
commit
868b592706
|
@ -243,6 +243,7 @@ ParseArgsStatus CApplication::ParseArguments(int argc, char *argv[])
|
|||
{ "langdir", required_argument, nullptr, OPT_LANGDIR },
|
||||
{ "texpack", required_argument, nullptr, OPT_TEXPACK },
|
||||
{ "vbo", required_argument, nullptr, OPT_VBO },
|
||||
{ "proto", no_argument, nullptr, OPT_PROTO },
|
||||
{ nullptr, 0, nullptr, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue