]> sigrok.org Git - sigrok-cli.git/commitdiff
doc: discuss "colons in conn= specs" in the manpage
authorGerhard Sittig <redacted>
Wed, 1 May 2019 18:41:25 +0000 (20:41 +0200)
committerGerhard Sittig <redacted>
Wed, 5 Jun 2019 18:11:08 +0000 (20:11 +0200)
This should be obvious, but it seems it's not. Extend the paragraph
which introduces conn= specs for USB devices. Mention that colons are
not available within conn= specs because they are used to separate -d
fields from each other (driver name, and options like 'conn').

doc/sigrok-cli.1

index 99b14cf5b8973a9e965b829babc4893900f1fd0d..3ec6768e57484a43d3e9d252a348cda99594f7f2 100644 (file)
@@ -51,8 +51,10 @@ Openbench Logic Sniffer:
 .RB "  $ " "sigrok\-cli \-\-driver=ols:conn=/dev/ttyACM0" " [...]"
 .sp
 Some USB devices don't use a unique VendorID/ProductID combination, and thus
-need that specified as well. This also uses the \fBconn\fP option, using
-either \fBVendorID.ProductID\fP or \fBbus.address\fP:
+need that specified as well. Notice that colons are used to separate the
+driver name from the \fBconn\fP option, thus colons cannot be used within the
+\fBconn\fP option's argument. To select a specific USB device, use either
+\fBVendorID.ProductID\fP or \fBbus.address\fP:
 .sp
 USB \fBVendorID.ProductID\fP example:
 .sp