diff options
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) |
