Skip to content

Commit

Permalink
man: Fix description of --scan feature
Browse files Browse the repository at this point in the history
The backends should be separated by commas and not colons.

Fixes #1037.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Oct 10, 2023
1 parent 5eec433 commit fe47213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/iio_common_cmds.1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and the version of the libiio library it is using. This is useful for knowing if
on your system are up to date. This is also useful when reporting bugs.
.TP
.B \-S, \-\-scan [backends]
Scan for available IIO contexts, optional arg of specific backend(s) 'ip', 'usb' or 'ip:usb'.
Specific options for USB include Vendor ID, Product ID to limit scanning to specific devices 'usb=0456,b673'.
Scan for available IIO contexts, optional arg of specific backend(s) 'ip', 'usb' or 'ip,usb'.
Specific options for USB include Vendor ID, Product ID to limit scanning to specific devices 'usb=0456:b673'.
vid,pid are hexadecimal numbers (no prefix needed), "*" (match any for pid only)
If no argument is given, it checks all that are available.

0 comments on commit fe47213

Please sign in to comment.