We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9eeaa3 commit 560e46cCopy full SHA for 560e46c
tools/parse/main.go
@@ -51,7 +51,7 @@ func main() {
51
}
52
53
flag.Parse()
54
- if flag.NArg() < 1 {
+ if flag.NArg() != 1 {
55
flag.Usage()
56
os.Exit(1)
57
return
0 commit comments