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
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ ResolveDependenciesCommand::Execute(int argc, const char* const* argv)
};
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)
break;