diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-06-11 07:49:30 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-06-11 07:49:30 +0000 |
| commit | a22871d07485821dac45a03380f77bdb28240ce6 (patch) | |
| tree | 7109a1e3c41e5466010952ef5d887c88f34d6773 /src/GF/Shell.hs | |
| parent | 2353e930e3f5ca7f3448860d59255ae7c0cd23b9 (diff) | |
initial check for unknown words in parsing
Diffstat (limited to 'src/GF/Shell.hs')
| -rw-r--r-- | src/GF/Shell.hs | 2 |
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) |
