Exit help screen with status 0

This commit is contained in:
Ralph Slooten
2026-07-14 16:12:21 +12:00
parent d2c6972423
commit 712bdb0ee9
+1 -1
View File
@@ -98,7 +98,7 @@ func main() {
if showHelp {
flag.Usage()
os.Exit(1)
os.Exit(0)
}
if showVersion {