aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/atlas.go
diff options
context:
space:
mode:
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)