We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2ea58 commit b61166eCopy full SHA for b61166e
README.md
@@ -36,7 +36,7 @@ protobuf-thrift -t thrift2proto -i ./path/to/idl.thrift -o ./idl.proto
36
Basic protobuf file to thrift file transform:
37
38
```
39
-protobuf-thrift -t proto2thrift -i ./path/to/idl.thrift -o ./test.proto
+protobuf-thrift -t proto2thrift -i ./path/to/idl.proto -o ./idl.thrift
40
41
42
### Interactive Usage
0 commit comments