X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=doc%2Fsigrok-cli.1;h=fcb6ee22986d4bc405df50e3e250a71459b6eb08;hp=497c3179abc36ee93237d74b34c1f4e5044015fb;hb=2be182e6437fb082aedca653fdc106d702518db0;hpb=b5ac81adae0c148cc3c4088c79a6229948dc9b3a diff --git a/doc/sigrok-cli.1 b/doc/sigrok-cli.1 index 497c317..fcb6ee2 100644 --- a/doc/sigrok-cli.1 +++ b/doc/sigrok-cli.1 @@ -169,6 +169,13 @@ for probes 5 and 6 will be reset to the defaults by the .B "1\-8" probe selection. .TP +.BR "\-g, \-\-probe\-group " +Specify the probe group to operate on. + +Some devices organize probes into groups, the settings of which can +only be changed as a group. The list of probe groups, if any, is displayed +with the \-\-show command. +.TP .BR "\-t, \-\-triggers " A comma-separated list of triggers to use, of the form .BR "=" . @@ -399,10 +406,11 @@ will acquire 3000000 samples. Sample continuously until stopped. Not all devices support this. .TP .BR "\-\-set" -Set one or more variables specified with the \fB--config\fP option, without doing -any acquisition. +Set one or more variables specified with the \fB\-\-config\fP option, without +doing any acquisition. .SH EXAMPLES -In order to get exactly 100 samples from the connected fx2lafw-supported logic analyzer hardware, run the following command: +In order to get exactly 100 samples from the connected fx2lafw-supported logic +analyzer hardware, run the following command: .TP .B " sigrok\-cli \-\-driver fx2lafw \-\-samples 100" .TP @@ -425,7 +433,7 @@ To capture data from the first 4 probes using the Openbench Logic Sniffer lastin To turn on internal logging on a Lascar EL-USB series device: .TP \fBsigrok\-cli \-\-driver lascar\-el\-usb:conn=10c4.0002 \\\fP -\fB\-\-config datalog=on --set\fP +\fB\-\-config datalog=on \-\-set\fP .SH "EXIT STATUS" .B sigrok\-cli exits with 0 on success, 1 on most failures.