Changed flags back to normal now that I've fixed the iron_go lib to not set flags.

This commit is contained in:
Travis
2013-01-16 17:16:34 -08:00
parent 35b04bc153
commit 7620d8e596

View File

@@ -69,7 +69,7 @@ func main() {
var env string
flag.StringVar(&configFile, "c", "", "Config file name")
// when this was e, it was erroring out.
flag.StringVar(&env, "e2", "development", "environment")
flag.StringVar(&env, "e", "development", "environment")
flag.Parse() // Scans the arg list and sets up flags