diff --git a/compiler/testData/cli/js/jsHelp.out b/compiler/testData/cli/js/jsHelp.out index f670a6d4a6f..ec0a1c1b394 100644 --- a/compiler/testData/cli/js/jsHelp.out +++ b/compiler/testData/cli/js/jsHelp.out @@ -6,9 +6,10 @@ where possible options include: -source-map Generate source map -meta-info Generate metadata -kjsm Generate kjsm-files (for creating libraries) - -target Generate JS files for specific ECMA version (only ECMA 5 is supported) - -module-kind Kind of a module generated by compiler. Supported values are: plain (by default), amd, commonjs, umd. - -main {call,noCall} Whether a main function should be called; default 'call' (main function will be auto detected) + -target { v5 } Generate JS files for specific ECMA version) + -module-kind { plain, amd, commonjs, umd } + Kind of a module generated by compiler + -main {call,noCall} Whether a main function should be called -output-prefix Path to file which will be added to the beginning of output file -output-postfix Path to file which will be added to the end of output file -language-version Provide source compatibility with specified language version