Print version along with help when doing --build

This commit is contained in:
Sheetal Nandi 2018-08-20 11:13:24 -07:00
parent e20a7d851f
commit dade3365d6

View File

@ -235,6 +235,7 @@ namespace ts {
}
if (buildOptions.help) {
printVersion();
printHelp(buildOpts, "--build ");
return ExitStatus.Success;
}