aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/atlas.go
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-06-15 13:26:17 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-06-15 13:26:17 -0400
commitbb84196aaf227904e8cb9afc846a829a1e6e0365 (patch)
tree9867ed04d18c03627c95fe25aff7cf2cfcbe8842 /cmd/atlas.go
parent6b71d6419505546bdffd1ce3295fb3e01d466449 (diff)
Update tests and fix minor bugs
Diffstat (limited to 'cmd/atlas.go')
-rw-r--r--cmd/atlas.go2
1 files changed, 1 insertions, 1 deletions
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)