We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66837b commit 4954f81Copy full SHA for 4954f81
src/compiler/tsc.ts
@@ -642,7 +642,7 @@ namespace ts {
642
// Build up the list of examples.
643
const padding = makePadding(marginLength);
644
output += getDiagnosticText(Diagnostics.Examples_Colon_0, makePadding(marginLength - examplesLength) + "tsc hello.ts") + sys.newLine;
645
- output += padding + "tsc --out file.js file.ts" + sys.newLine;
+ output += padding + "tsc --outFile file.js file.ts" + sys.newLine;
646
output += padding + "tsc @args.txt" + sys.newLine;
647
output += sys.newLine;
648
0 commit comments