Skip to content

Commit

Permalink
readme: update usage 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jan 5, 2023
1 parent 4a71a64 commit ce62a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ Usage:
Options:
--length-prefixed -l Read input as length-prefixed.
See https://www.npmjs.com/package/length-prefixed-stream
--json -j Output newline-delimeted JSON (http://ndjson.org).
--json -j Output newline-delimeted JSON (http://ndjson.org).
--single-json -s Output a single JSON array.
--depth -d Number of nested levels to print. Default: infinite
--gtfs-rt-bindings Path to GTFS-RT bindings. Must be compatible with
those generated by protobufjs.
Examples:
curl 'https://example.org/gtfs-rt.pbf' | print-gtfs-rt
```
Expand Down

0 comments on commit ce62a3b

Please sign in to comment.