Skip to content

Commit

Permalink
manpage: add --protocol-decoder-jsontrace command line option
Browse files Browse the repository at this point in the history
Support for JSON formatted decoder output was introduced in commit
5461491 ("decode: add support for Google Trace Event output (JSON)")
in 2020-07. Update the manpage.
  • Loading branch information
gsigh committed Dec 14, 2022
1 parent 625606d commit 9a7a920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/sigrok-cli.1
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,10 @@ This allows consumers to receive machine readable timing information.
.BR "\-\-protocol\-decoder\-ann\-class
When given, decoder annotations will include annotation class names.
.TP
.BR "\-\-protocol\-decoder\-jsontrace
When given, decoder output uses the Google Trace Event format (JSON).
Which can be inspected in web browsers or other viewers.
.TP
.BR "\-l, \-\-loglevel " <level>
Set the libsigrok and libsigrokdecode loglevel. At the moment \fBsigrok\-cli\fP
doesn't support setting the two loglevels independently. The higher the
Expand Down

0 comments on commit 9a7a920

Please sign in to comment.