We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bea8b commit 4b18cf0Copy full SHA for 4b18cf0
go/pkg/pass1/export-netvis.go
@@ -34,7 +34,7 @@ func ExportNetvisMain(d oslink.Data) int {
34
35
// Argument processing
36
args := fs.Args()
37
- if len(args) <= 0 || len(args) > 1 {
+ if len(args) != 1 {
38
fs.Usage()
39
return 1
40
}
0 commit comments