diff --git a/stubs/go-nethttp/run.go b/stubs/go-nethttp/run.go index 3f10b84..68f1017 100644 --- a/stubs/go-nethttp/run.go +++ b/stubs/go-nethttp/run.go @@ -8,11 +8,11 @@ import ( ) func main() { - if len(os.Args) == 2 { + if len(os.Args) == 4 { fmt.Println("UNSUPPORTED") os.Exit(0) } else if len(os.Args) != 3 { - fmt.Println("usage: %s ", os.Args[0]) + fmt.Println("usage: go run run.go ") os.Exit(1) }