X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=sigrok-cli.c;h=4ea52cbd3f3c6c6c2973c3c589ff8ad58eef4fb4;hb=725021fedfa966ec81dab1ca8efbec8721bc0dfc;hp=56882ff77e12f0740f8a63854a0c6a93bc27cc01;hpb=1a0be0e3eb0145c4eca5854132ce144b3197273d;p=sigrok-cli.git diff --git a/sigrok-cli.c b/sigrok-cli.c index 56882ff..4ea52cb 100644 --- a/sigrok-cli.c +++ b/sigrok-cli.c @@ -90,7 +90,7 @@ static GOptionEntry optargs[] = { "Protocol decoders to run", NULL}, {"protocol-decoder-stack", 's', 0, G_OPTION_ARG_STRING, &opt_pd_stack, "Protocol decoder stack", NULL}, - {"protocol-decoder-annotation", 0, 0, G_OPTION_ARG_STRING, &opt_pd_annotation, + {"protocol-decoder-annotation", 'A', 0, G_OPTION_ARG_STRING, &opt_pd_annotation, "Protocol decoder annotation to show", NULL}, {"time", 0, 0, G_OPTION_ARG_STRING, &opt_time, "How long to sample (ms)", NULL},