X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Frunghc.xml;h=4dc10681d48e5250d1f1bac08360176f84f52a8d;hb=f61baf76c9fa20aa972938384887bcb52151e76f;hp=4a6640c7080aa4cb7c427f17ab5d5607b326a50f;hpb=85d3c9b8acd75c9bba47246580dedee6e90e3527;p=ghc-hetmet.git diff --git a/docs/users_guide/runghc.xml b/docs/users_guide/runghc.xml index 4a6640c..4dc1068 100644 --- a/docs/users_guide/runghc.xml +++ b/docs/users_guide/runghc.xml @@ -13,16 +13,17 @@ runghc [runghc flags] [GHC flags] module [program args] - The only runghc flag currently is + The runghc flags are -f /path/to/ghc, - which tells runghc which GHC to use to run the program. If it is + which tells runghc which GHC to use to run the program, + and --help, which prints usage information. If it is not given then runghc will search for GHC in the directories in the system search path. runghc will try to work out where the boundaries between [runghc flags] and [GHC flags], and - [GHC flags] and + [program args] and module are, but you can use a -- flag if it doesn't get it right. For example, runghc -- -fglasgow-exts Foo means runghc @@ -40,7 +41,6 @@ runghc [runghc flags] [GHC flags] module [program args]