summaryrefslogtreecommitdiff
path: root/src/GF/Shell.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-06-11 07:49:30 +0000
committeraarne <aarne@cs.chalmers.se>2007-06-11 07:49:30 +0000
commita22871d07485821dac45a03380f77bdb28240ce6 (patch)
tree7109a1e3c41e5466010952ef5d887c88f34d6773 /src/GF/Shell.hs
parent2353e930e3f5ca7f3448860d59255ae7c0cd23b9 (diff)
initial check for unknown words in parsing
Diffstat (limited to 'src/GF/Shell.hs')
-rw-r--r--src/GF/Shell.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Shell.hs b/src/GF/Shell.hs
index 29a4b6c23..dd8267a91 100644
--- a/src/GF/Shell.hs
+++ b/src/GF/Shell.hs
@@ -254,7 +254,7 @@ execC co@(comm, opts0) sa@(sh@(st,(h,_,_,_)),a) = checkOptions st co >> case com
| otherwise -> parse $ prCommandArg a
where
parse x = do
- warnDiscont opts
+ warnDiscont opts
let p = optParseArgErrMsg opts gro x
case p of
Ok (ts,msg)