]> sigrok.org Git - sigrok-cli.git/blobdiff - show.c
device: rename channel group lookup routine
[sigrok-cli.git] / show.c
diff --git a/show.c b/show.c
index 8fbd0af157a028e959dec593f235c58b0ca4f399..a6573e5a3acea9e241b81ad80964f18f9fbbc20a 100644 (file)
--- a/show.c
+++ b/show.c
@@ -441,7 +441,7 @@ void show_dev_detail(void)
         * returned, or which values for them.
         */
        select_channels(sdi);
-       channel_group = select_channel_group(sdi);
+       channel_group = lookup_channel_group(sdi);
 
        if (!(opts = sr_dev_options(driver, sdi, channel_group)))
                /* Driver supports no device instance options. */