Skip to content

Commit

Permalink
utils: 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.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Oct 10, 2023
1 parent fe47213 commit 48bf262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/iio_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ static const char *common_options_descriptions[] = {
"\n\t\t\t 'local:' (Linux only)"),
("Scan for available backends."
"\n\t\t\toptional arg of specific backend(s)"
"\n\t\t\t 'ip', 'usb' or 'ip:usb'"),
"\n\t\t\t 'ip', 'usb' or 'ip,usb'"),
("Scan for available contexts and if a single context is"
"\n\t\t\tavailable use it. <arg> filters backend(s)"
"\n\t\t\t 'ip', 'usb' or 'ip:usb:'"),
"\n\t\t\t 'ip', 'usb' or 'ip,usb'"),
("Context timeout in milliseconds."
"\n\t\t\t0 = no timeout (wait forever)"),
};
Expand Down

0 comments on commit 48bf262

Please sign in to comment.