Fix description of '--pretty'.

This commit is contained in:
Daniel Rosenwasser
2015-11-02 16:40:35 -08:00
parent 38b990bd5b
commit a44a340449
2 changed files with 5 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ namespace ts {
{
name: "pretty",
paramType: Diagnostics.KIND,
description: Diagnostics.Stylize_errors_and_messages_using_colors_if_available_experimental,
description: Diagnostics.Stylize_errors_and_messages_using_color_and_context_experimental,
type: "boolean"
},
{