From bb84196aaf227904e8cb9afc846a829a1e6e0365 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sun, 15 Jun 2025 13:26:17 -0400 Subject: Update tests and fix minor bugs --- cmd/atlas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/atlas.go b/cmd/atlas.go index 3eabfbb..b0cebdb 100644 --- a/cmd/atlas.go +++ b/cmd/atlas.go @@ -132,7 +132,7 @@ func main() { }) indexFs.Parse(args[1:]) - case "help", "--help", "-help": + case "help": printHelp() flag.PrintDefaults() os.Exit(0) -- cgit v1.2.3