From 325f220058b787bfa8af3337cb5d8fdff4b58fd6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 24 Nov 2013 23:51:25 -0400 Subject: [PATCH] typo --- Utility/Quvi.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/Quvi.hs b/Utility/Quvi.hs index e8d0a0d118..8ae8e0c064 100644 --- a/Utility/Quvi.hs +++ b/Utility/Quvi.hs @@ -120,7 +120,7 @@ quiet :: CommandParam quiet -- Cannot use quiet as it now disables informational output. -- No way to disable progress. - | newquvi = Param "--verbosity verbose" + | newquvi = Params "--verbosity verbose" | otherwise = Params "--verbosity quiet" {- Only return http results, not streaming protocols. -}