X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=sigrok-cli.c;h=c50d064a63a75b2142beaf1e94bb18b4fdc90779;hp=22b81178063929ce8043a3c8f1e33cdfa31966b2;hb=3c9c82c0c6a5eaaa14f4915d09fc65e632626231;hpb=305661ad7e4d134c5ba7db54215ef7877734c78e diff --git a/sigrok-cli.c b/sigrok-cli.c index 22b8117..c50d064 100644 --- a/sigrok-cli.c +++ b/sigrok-cli.c @@ -1021,7 +1021,7 @@ int main(int argc, char **argv) } if (opt_pd_stack) { - pds = g_strsplit(opt_pd_stack, ":", 0); + pds = g_strsplit(opt_pd_stack, ",", 0); if (g_strv_length(pds) < 2) { printf("Specify at least two protocol decoders to stack.\n"); return 1;