cli: fix haddock error

This commit is contained in:
Simon Michael 2017-09-11 18:31:48 -07:00
parent c49335bd66
commit a8ff9e91f6

View File

@ -195,7 +195,7 @@ main = do
system shellcmd >>= exitWith
-- deprecated commands
-- | cmd == "convert" = error' (modeHelp oldconvertmode) >> exitFailure
-- cmd == "convert" = error' (modeHelp oldconvertmode) >> exitFailure
-- shouldn't reach here
| otherwise = usageError ("could not understand the arguments "++show args) >> exitFailure