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

pull/9/head
kelson42 15 years ago
parent cdad31f904
commit 20b164091a

@ -60,7 +60,7 @@ int main(int argc, char **argv) {
};
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) {
case 'v':

Loading…
Cancel
Save