summaryrefslogtreecommitdiff
path: root/src/compiler/GF
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-11-14 13:49:10 +0000
committerhallgren <hallgren@chalmers.se>2012-11-14 13:49:10 +0000
commit595a69ba0c7898450fc87e1ab9adbf484d3ba7fd (patch)
tree4e2354d84ee5406952de882b1227c6b7939b35af /src/compiler/GF
parent5c52eaf0b71fce381d363edca776ac07269f0a69 (diff)
GF usage message fixes
Change the command name from gfc to gf in the usage message header. Correct spelling of "overide" to "override" in -gf-lib-path description.
Diffstat (limited to 'src/compiler/GF')
-rw-r--r--src/compiler/GF/Infra/Option.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/GF/Infra/Option.hs b/src/compiler/GF/Infra/Option.hs
index da2b6e5b0..4ed283302 100644
--- a/src/compiler/GF/Infra/Option.hs
+++ b/src/compiler/GF/Infra/Option.hs
@@ -48,7 +48,7 @@ import qualified Data.ByteString.Char8 as BS
usageHeader :: String
usageHeader = unlines
- ["Usage: gfc [OPTIONS] [FILE [...]]",
+ ["Usage: gf [OPTIONS] [FILE [...]]",
"",
"How each FILE is handled depends on the file name suffix:",
"",
@@ -318,7 +318,7 @@ optDescr =
Option ['D'] ["output-dir"] (ReqArg outDir "DIR")
"Save output files (other than .gfo files) in DIR.",
Option [] ["gf-lib-path"] (ReqArg gfLibPath "DIR")
- "Overides the value of GF_LIB_PATH.",
+ "Overrides the value of GF_LIB_PATH.",
Option [] ["src","force-recomp"] (NoArg (recomp AlwaysRecomp))
"Always recompile from source.",
Option [] ["gfo","recomp-if-newer"] (NoArg (recomp RecompIfNewer))