diff --git a/main.go b/main.go index 3171d9b..0775716 100644 --- a/main.go +++ b/main.go @@ -21,8 +21,8 @@ var DB *sql.DB //Main loop func main() { - configPatch := flag.String("config", "config.ini", "the patch to the config file") //Get the config patch from --config flag - sqlMigration := flag.Bool("sqlmigrate", false, "initialize / migrate the database") //Detect if migration asked + configPatch := flag.String("config", "config.ini", "the patch to the config file") //Get the config patch from --config flag + sqlMigration := flag.Bool("sqlmigrate", false, "initialize / migrate the database") //Detect if migration asked flag.Parse() //Load the INI configuration file