X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=show.c;h=ce001cdc55b47c3b099ad71989612c24cea53771;hp=c2517ddf766625aad001f23d3f1d99a0ccc5785c;hb=a360511e48f7b77a5535b0391bf391edd2f4718c;hpb=56fc0d6dbca2d46ff2a79275ef6307c4e38bf6a1 diff --git a/show.c b/show.c index c2517dd..ce001cd 100644 --- a/show.c +++ b/show.c @@ -1073,7 +1073,7 @@ void show_serial_ports(void) if (!serial_ports) return; - printf("Available serial ports:\n"); + printf("Available serial/HID/BT/BLE ports:\n"); g_slist_foreach(serial_ports, print_serial_port, NULL); g_slist_free_full(serial_ports, (GDestroyNotify)sr_serial_free); }