Skip to content

Commit

Permalink
Change --verbosity= option of SetupWrapper (cabal-setup) to --verbose…
Browse files Browse the repository at this point in the history
…=, since that is what the rest of Cabal uses.
  • Loading branch information
bringert committed Oct 13, 2007
1 parent 09fdeb6 commit e181ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distribution/Simple/SetupWrapper.hs
Expand Up @@ -155,7 +155,7 @@ opts = [
"give the path to a particular compiler to use on setup",
Option "" ["with-setup-hc-pkg"] (reqPathArg (setWithHcPkg.Just))
"give the path to the package tool to use on setup",
Option "v" ["verbosity"] (OptArg (setVerbosity . flagToVerbosity) "n")
Option "v" ["verbose"] (OptArg (setVerbosity . flagToVerbosity) "n")
"Control verbosity (n is 0--3, default verbosity level is 1)"
]

Expand Down

0 comments on commit e181ffa

Please sign in to comment.