+ small fix on getopt to accept the -i (buildindex) argument

This commit is contained in:
kelson42 2012-01-19 19:35:35 +00:00
parent cdad31f904
commit 20b164091a

View File

@ -60,7 +60,7 @@ int main(int argc, char **argv) {
}; };
if (c != -1) { if (c != -1) {
c = getopt_long(argc, argv, "vb:", long_options, &option_index); c = getopt_long(argc, argv, "vib:", long_options, &option_index);
switch (c) { switch (c) {
case 'v': case 'v':