From 20b164091acf8222047af4de90aad638cc4c04ca Mon Sep 17 00:00:00 2001 From: kelson42 Date: Thu, 19 Jan 2012 19:35:35 +0000 Subject: [PATCH] + small fix on getopt to accept the -i (buildindex) argument --- src/installer/kiwix-install.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/kiwix-install.cpp b/src/installer/kiwix-install.cpp index 62cb8a4..ba773cc 100644 --- a/src/installer/kiwix-install.cpp +++ b/src/installer/kiwix-install.cpp @@ -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':