Fix for cmdargs

This commit is contained in:
Michael Snoyman 2011-12-14 08:56:23 +02:00
parent 4ed96e82ac
commit a7077992ae

View File

@ -42,7 +42,6 @@ defaultArgConfig =
ArgConfig
{ environment = def
&= argPos 0
&= help ("application environment, one of: " ++ environments)
&= typ "ENVIRONMENT"
, port = def
&= help "the port to listen on"