Skip to content

Commit

Permalink
fix invocation in samplegen readme (#241)
Browse files Browse the repository at this point in the history
remove the extra `-desc` flag.
  • Loading branch information
yihanzhen authored Oct 23, 2019
1 parent 0023653 commit 87b8309
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/gen-go-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ gen-go-sample \
-o [OUTPUT_DIR] \
-desc 'path/to/proto/descriptor.desc' \
-sample path/to/sample.yaml \
-sample path/to/another_sample.yaml \
-desc 'path/to/proto/descriptor.desc'
-sample path/to/another_sample.yaml
```

Or to generate the descriptor files on the fly, run
Expand Down

0 comments on commit 87b8309

Please sign in to comment.