X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=main.c;h=e4d321b51b0d8faa1a818ffae36586db2f9675c3;hb=dc1feef11206af8868300875f497c147c1b97c3c;hp=94f1c0f6491c25159573b73259fb59a4c7b2734f;hpb=551f570c7b6b572d83b93f961b13580d4839fff6;p=sigrok-cli.git diff --git a/main.c b/main.c index 94f1c0f..e4d321b 100644 --- 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)