This commit is contained in:
Joey Hess 2013-08-22 18:56:08 -04:00
parent 42ec386cac
commit 07d172e01d

View file

@ -76,8 +76,3 @@ noredir = Params "-e -resolve"
{- Only return http results, not streaming protocols. -}
httponly :: CommandParam
httponly = Params "-c http"
{- Avoids error messages being printed to stderr, instead they are
- put in the JSON. -}
hideerrors :: CommandParam
hideerrors = Params "-l +errors"