Skip to content

Commit ec463e4

Browse files
committed
fix the main example
1 parent faeb9cd commit ec463e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/validate/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If not specified, the default libopenapi regex engine is "re2"".`)
8282
//
8383
// Example usage:
8484
//
85-
// validate --regexengine=ecmascript ./my-api-spec.yaml
85+
// go run main.go --regexengine=ecmascript ./my-api-spec.yaml
8686
//
8787
// If validation passes, the tool logs a success message.
8888
// If the document is invalid or there is a processing error, it logs details and exits non-zero.

0 commit comments

Comments
 (0)