diff --git a/terminal/src/Main.hs b/terminal/src/Main.hs index 8f39f2a43..5b288d6e5 100644 --- a/terminal/src/Main.hs +++ b/terminal/src/Main.hs @@ -192,7 +192,7 @@ make = flags Make.Flags |-- onOff "debug" "Turn on the time-travelling debugger. It allows you to rewind and replay events. The events can be imported/exported into a file, which makes for very precise bug reports!" |-- onOff "optimize" "Turn on optimizations to make code smaller and faster. For example, the compiler renames record fields to be as short as possible and unboxes values to reduce allocation." - |-- flag "output" Make.output "Specify the name of the resulting JS file. For example --output=assets/elm.js to generate the JS at assets/elm.js or --output=/dev/null to generate no output at all!" + |-- flag "output" Make.output "Specify the name of the resulting JS or Html file. For example --output=assets/elm.js to generate the JS at assets/elm.js, --output=assets/index.html to generate a Html file or --output=/dev/null to generate no output at all!" |-- flag "report" Make.reportType "You can say --report=json to get error messages as JSON. This is only really useful if you are an editor plugin. Humans should avoid it!" |-- flag "docs" Make.docsFile "Generate a JSON file of documentation for a package. Eventually it will be possible to preview docs with `reactor` because it is quite hard to deal with these JSON files directly." in