Skip to content

Commit 4954f81

Browse files
falsandtruyuit
authored andcommitted
Fix a command example in help messages (microsoft#9747)
1 parent d66837b commit 4954f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/tsc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ namespace ts {
642642
// Build up the list of examples.
643643
const padding = makePadding(marginLength);
644644
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;
645+
output += padding + "tsc --outFile file.js file.ts" + sys.newLine;
646646
output += padding + "tsc @args.txt" + sys.newLine;
647647
output += sys.newLine;
648648

0 commit comments

Comments
 (0)