We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a55eb commit 5d4cb87Copy full SHA for 5d4cb87
internal/repotools/cmd/syncAPIModels/main.go
@@ -24,8 +24,8 @@ func init() {
24
func main() {
25
flag.Parse()
26
if len(modelPath) == 0 || len(outputPath) == 0 {
27
- log.Fatalf("model path and output path required")
28
flag.PrintDefaults()
+ log.Fatalf("model path and output path required")
29
}
30
31
srcModels, err := findSmithyModels(modelPath)
0 commit comments