removed obsolete cli options

This commit is contained in:
Radu Ioan Fericean
2012-07-30 13:33:43 +03:00
parent c4c737485e
commit d2bc85ac75

View File

@@ -33,9 +33,6 @@ var (
redisdb = flag.Int("redisdb", 10, "redis database number (10)")
redispass = flag.String("pass", "", "redis database password")
flush = flag.Bool("flush", false, "Flush the database before importing")
monthsFn = flag.String("month", "", "Months file")
monthdaysFn = flag.String("monthdays", "", "Month days file")
weekdaysFn = flag.String("weekdays", "", "Week days file")
destinationsFn = flag.String("destinations", "", "Destinations file")
ratesFn = flag.String("rates", "", "Rates file")
timingsFn = flag.String("timings", "", "Timings file")