Skip to content

Commit c08559a

Browse files
committed
fix wrong tsBuildInfoFile description
1 parent 1089bdc commit c08559a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ namespace ts {
566566
category: Diagnostics.Projects,
567567
transpileOptionValue: undefined,
568568
defaultValueDescription: ".tsbuildinfo",
569-
description: Diagnostics.Specify_the_folder_for_tsbuildinfo_incremental_compilation_files,
569+
description: Diagnostics.Specify_the_path_to_tsbuildinfo_incremental_compilation_files,
570570
},
571571
{
572572
name: "removeComments",

0 commit comments

Comments
 (0)