mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
removed obsolete cli options
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user