From 849b9dc3110928b2bc720cf931c8410db12afea7 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Fri, 22 Jan 2016 21:14:35 +1100 Subject: [PATCH] Add help about multiple modules --- src/Flags.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Flags.hs b/src/Flags.hs index ff32fd3..a5bc95b 100644 --- a/src/Flags.hs +++ b/src/Flags.hs @@ -85,6 +85,8 @@ helpInfo = , " elm-make Main.elm --output main.html # compile to HTML in main.html" , " elm-make Main.elm --output elm.js # compile to JS in elm.js" , " elm-make Main.elm --warn # compile and report warnings" + , " elm-make Main.elm Secondary.elm # compile both modules in index.html" + , " # with a single runtime" , "" , "Full guide to using elm-make at " ]