Skip to content

Commit e20bec5

Browse files
committed
Do not use 'foo' in tsc help message
1 parent a295492 commit e20bec5

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
@@ -409,7 +409,7 @@ module ts {
409409
// Build up the list of examples.
410410
var padding = makePadding(marginLength);
411411
output += getDiagnosticText(Diagnostics.Examples_Colon_0, makePadding(marginLength - examplesLength) + "tsc hello.ts") + sys.newLine;
412-
output += padding + "tsc --out foo.js foo.ts" + sys.newLine;
412+
output += padding + "tsc --out file.js file.ts" + sys.newLine;
413413
output += padding + "tsc @args.txt" + sys.newLine;
414414
output += sys.newLine;
415415

0 commit comments

Comments
 (0)