Fix typo in comment

llvm-svn: 219326
This commit is contained in:
Rui Ueyama 2014-10-08 17:50:15 +00:00
parent 33e7685b2a
commit 0bc6d5f97d
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ bool UniversalDriver::link(int argc, const char *argv[],
return false;
}
// Handle --help
// Handle -help
if (parsedArgs->getLastArg(OPT_help)) {
table.PrintHelp(llvm::outs(), programName.data(), "LLVM Linker", false);
return true;