[driver] Switched from --help-hidden to -help-hidden.

Left --help-hidden in as an alias for consistency with clang, but -help-hidden is now the primary spelling of this option.

Swift SVN r11350
This commit is contained in:
Connor Wakamo
2013-12-16 19:23:16 +00:00
parent 44dcc43fa9
commit 3b80655e62
3 changed files with 6 additions and 4 deletions

View File

@@ -290,7 +290,7 @@ bool Driver::handleImmediateArgs(const ArgList &Args, const ToolChain &TC) {
return false;
}
if (Args.hasArg(options::OPT__help_hidden)) {
if (Args.hasArg(options::OPT_help_hidden)) {
printHelp(true);
return false;
}