summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorPeter Ljunglöf <peter.ljunglof@heatherleaf.se>2019-03-08 17:21:23 +0100
committerPeter Ljunglöf <peter.ljunglof@heatherleaf.se>2019-03-08 17:21:23 +0100
commit8cf4446e8cf2cf65aa308c2d69c59a3368194bf5 (patch)
tree4bc249cab96e03e1e4a1e0900665a6525c6d1c48 /src/compiler
parent5b401f3880f68828272dccfb3787cc3b3abd4cc3 (diff)
Remove "canonical_yaml" from the option descriptions
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/GF/Infra/Option.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Infra/Option.hs b/src/compiler/GF/Infra/Option.hs
index b99e2dbe9..7e1c22b9d 100644
--- a/src/compiler/GF/Infra/Option.hs
+++ b/src/compiler/GF/Infra/Option.hs
@@ -327,7 +327,7 @@ optDescr =
Option [] ["gfo-dir"] (ReqArg gfoDir "DIR") "Directory to put .gfo files in (default = '.').",
Option ['f'] ["output-format"] (ReqArg outFmt "FMT")
(unlines ["Output format. FMT can be one of:",
- "Canonical GF grammar: canonical_gf, canonical_json, canonical_yaml, (and haskell with option --haskell=concrete)",
+ "Canonical GF grammar: canonical_gf, canonical_json, (and haskell with option --haskell=concrete)",
"Multiple concrete: pgf (default), js, pgf_pretty, prolog, python, ...", -- gar,
"Single concrete only: bnf, ebnf, fa, gsl, jsgf, regexp, slf, srgs_xml, srgs_abnf, vxml, ....", -- cf, lbnf,
"Abstract only: haskell, ..."]), -- prolog_abs,