pkgman search: '-i' option wasn't handled

This commit is contained in:
Ingo Weinhold
2013-08-14 10:13:56 +02:00
parent ce76b7e202
commit 9a19dcd7cb
+1 -1
View File
@@ -78,7 +78,7 @@ SearchCommand::Execute(int argc, const char* const* argv)
}; };
opterr = 0; // don't print errors opterr = 0; // don't print errors
int c = getopt_long(argc, (char**)argv, "hu", sLongOptions, NULL); int c = getopt_long(argc, (char**)argv, "hiu", sLongOptions, NULL);
if (c == -1) if (c == -1)
break; break;