Skip to content

Commit 7f8c207

Browse files
committed
fix
1 parent f9ece37 commit 7f8c207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/protoc-gen-go-http/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var (
1212
showVersion = flag.Bool("version", false, "print the version and exit")
1313
omitempty = flag.Bool("omitempty", true, "omit if google.api is empty")
1414
omitemptyPrefix = flag.String("omitempty_prefix", "", "omit if google.api is empty")
15-
isUseProtoTextNameAsKey = flag.Bool("prototext_key", false, "use proto text name as params key")
15+
isUseProtoTextNameAsKey = flag.Bool("prototext_as_key", false, "use proto text name as params key")
1616
)
1717

1818
func main() {

0 commit comments

Comments
 (0)