X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=doc%2Fsigrok-cli.1;h=0990534a7c4c87e35d725fd71fd4d3078d65bb15;hp=734b0ff731580502139accf3ba453628668e9308;hb=87d526cf9c6adad817fee8f6d28597222cac91e3;hpb=a0cfa7355b04d9451e6a92028199d35b2bad8c9c diff --git a/doc/sigrok-cli.1 b/doc/sigrok-cli.1 index 734b0ff..0990534 100644 --- a/doc/sigrok-cli.1 +++ b/doc/sigrok-cli.1 @@ -147,9 +147,11 @@ like this: 0:11111111 11111111 11111111 11111111 [...] 1:11111111 00000000 11111111 00000000 [...] .sp -Example for saving data in the VCD format with options: +Example for saving data in the CSV format with options: .sp -.RB " $ " "sigrok\-cli " "[...] " "\-o example.vcd \-O vcd:downsample=4" +.RB " $ " "sigrok\-cli " "[...] " "\-o example.csv \-O csv:dedup:header=false" +.sp +Notice that boolean options are \fBtrue\fP when no value gets specified. .TP .BR "\-C, \-\-channels " A comma-separated list of channels to be used in the session. @@ -189,9 +191,11 @@ Specify the channel group to operate on. Some devices organize channels into groups, the settings of which can only be changed as a group. The list of channel groups, if any, is displayed with the \fB\-\-show\fP command. .sp -Example: +Examples: .sp .RB " $ " "sigrok\-cli \-g CH1" " [...]" +.sp +.RB " $ " "sigrok\-cli \-d demo \-g Logic \-c pattern=graycode" " [...]" .TP .BR "\-t, \-\-triggers " A comma-separated list of triggers to use, of the form @@ -296,9 +300,9 @@ Example: .sp .TP .BR "\-A, \-\-protocol\-decoder\-annotations " -By default, only the stack's topmost protocol decoder's annotation output is -shown. With this option another decoder's annotation can be selected for -display, by specifying its ID: +By default, all annotation output of all protocol decoders is +shown. With this option a specific decoder's annotations can be selected for +display, by specifying the decoder ID: .sp $ .B "sigrok\-cli \-i \-P i2c,i2cfilter,edid \-A i2c"