Skip to content

Commit

Permalink
fix: use valid command flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice authored and stepancheg committed Jun 16, 2024
1 parent aa3415a commit 810c9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf-codegen/src/protoc_gen_rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub fn protoc_gen_rust_main() {
let customize = Customize::parse_from_parameter(r.parameter).expect("parse options");
gen_all(
r.file_descriptors,
"protoc --rust-out=...",
"protoc --rust_out=...",
r.files_to_generate,
&customize,
&CustomizeCallbackDefault,
Expand Down

0 comments on commit 810c9ba

Please sign in to comment.