]> sigrok.org Git - sigrok-cli.git/blobdiff - show.c
--list-serial: Also mention HID/BT/BLE as possible "ports".
[sigrok-cli.git] / show.c
diff --git a/show.c b/show.c
index c2517ddf766625aad001f23d3f1d99a0ccc5785c..ce001cdc55b47c3b099ad71989612c24cea53771 100644 (file)
--- 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);
 }