mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user