]> sigrok.org Git - sigrok-cli.git/blobdiff - main.c
Fix various clang warnings.
[sigrok-cli.git] / main.c
diff --git a/main.c b/main.c
index 94f1c0f6491c25159573b73259fb59a4c7b2734f..e4d321b51b0d8faa1a818ffae36586db2f9675c3 100644 (file)
--- a/main.c
+++ b/main.c
@@ -241,6 +241,8 @@ int main(int argc, char **argv)
 
        if (opt_version)
                show_version();
+       else if (opt_list_supported)
+               show_supported();
        else if (opt_input_format && opt_show)
                show_input();
        else if (opt_output_format && opt_show)