Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed Nov 23, 2023
1 parent a190bcc commit a4c9460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Generate Avro schemas from your Protobuf files:
protoc --avro_out=. *.proto
```

By default, this will generate an `.avsc` file for each `.proto` file. You can instead specify the records to emit by using the `emit_only` option:
By default, this will generate an `.avsc` file for each message that has been read. You can instead specify the records to emit by using the `emit_only` option:

```bash
protoc --avro_out=. --avro_opt=emit_only=Foo,Bar:. *.proto
Expand Down

0 comments on commit a4c9460

Please sign in to comment.