pkgman resolve-dependencies: Remove bogus option

This commit is contained in:
Ingo Weinhold
2013-05-07 16:18:29 +02:00
parent f8d6e1f938
commit 937b6e0f7f
@@ -117,7 +117,7 @@ ResolveDependenciesCommand::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, "h", sLongOptions, NULL);
if (c == -1) if (c == -1)
break; break;