Improve commandline help for --jsx

This commit is contained in:
Ryan Cavanaugh
2015-06-26 09:38:21 -07:00
parent 8180b7d06f
commit b1a05b8d3c
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ namespace ts {
"react": JsxEmit.React
},
paramType: Diagnostics.KIND,
description: Diagnostics.Specifies_how_to_transform_JSX_syntax_during_compilation,
description: Diagnostics.Specify_JSX_code_generation_Colon_preserve_or_react,
error: Diagnostics.Argument_for_jsx_must_be_preserve_or_react
},
{