Skip to content

Commit caaec67

Browse files
author
Gitea
committed
Exit 0 on -h (--help). Fixes #5
Cf.: golang/go#37533
1 parent 22a5550 commit caaec67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
test_help() {
88
genvsub --help
9-
[[ $? -ge 2 ]]
9+
[[ $? -eq 0 ]]
1010
}
1111

1212
# Looking for something from the output file

0 commit comments

Comments
 (0)