From a4c94604e15bed94cbf6aa2772ccea58c6dc6f02 Mon Sep 17 00:00:00 2001 From: Daniel Orner Date: Thu, 23 Nov 2023 14:07:59 -0500 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f40a8ac..9708c91 100644 --- a/README.md +++ b/README.md @@ -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