From dd7bb4cfdebd5c85a5a9c94abb4a3c0e4fe3657e Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Wed, 27 Mar 2024 15:38:53 -0600 Subject: blinkies --- args/args.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'args') diff --git a/args/args.go b/args/args.go index 64dee35..fe06f28 100644 --- a/args/args.go +++ b/args/args.go @@ -29,8 +29,8 @@ func GetArgs() (*Arguments, error) { databasePath := flag.String("database-path", "./hatecomputers.db", "Path to the SQLite database") templatePath := flag.String("template-path", "./templates", "Path to the template directory") staticPath := flag.String("static-path", "./static", "Path to the static directory") - scheduler := flag.Bool("scheduler", false, "Run scheduled jobs via cron") + scheduler := flag.Bool("scheduler", false, "Run scheduled jobs via cron") server := flag.Bool("server", false, "Run the server") migrate := flag.Bool("migrate", false, "Run the migrations") -- cgit v1.2.3-70-g09d2