Skip to content

Commit

Permalink
-s for conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Apr 7, 2011
1 parent eb2dc37 commit 911029d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CmdDB.hs
Expand Up @@ -60,7 +60,8 @@ commandDB = [
, commandNames = ["configure", "conf"]
, document = "Configure a cabal package"
, routing = RouteCabal ["configure"]
, switches = [(SwFlag, Just "-f")]
, switches = [(SwSandbox, Just "-s")
,(SwFlag, Just "-f")]
, manual = Nothing
}
, CommandSpec {
Expand Down

0 comments on commit 911029d

Please sign in to comment.