Added -proto to options[]

dev-ui
krzys-h 2013-06-17 16:11:00 +02:00
parent b4700e3bed
commit 868b592706
1 changed files with 1 additions and 0 deletions

View File

@ -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}
};