diff --git a/cabal-install/src/Distribution/Client/Errors.hs b/cabal-install/src/Distribution/Client/Errors.hs index dfc68b2cd7b..9214ae56fb6 100644 --- a/cabal-install/src/Distribution/Client/Errors.hs +++ b/cabal-install/src/Distribution/Client/Errors.hs @@ -299,7 +299,7 @@ exceptionMessageCabalInstall e = case e of UnrecognizedResponse -> "unrecognized response" CheckTarget -> "The 'fetch' command does not yet support remote tarballs. " - ++ "In the meantime you can use the 'unpack' commands." + ++ "In the meantime you can use the 'get' commands." FetchPackage -> "The 'fetch' command does not yet support remote " ++ "source repositories."