X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Fbinary.c;h=da664a85e6f140d14de0c8796a6adc76e3034e8c;hb=24931412eeee31e5c0bb5291a9c73e7b57309216;hp=995c47d78fe5fcaf32826d7c771a2a3087d4f28d;hpb=8bc2fa6d820d05f88fa003baa9837ebc7663681d;p=libsigrok.git diff --git a/src/input/binary.c b/src/input/binary.c index 995c47d7..da664a85 100644 --- a/src/input/binary.c +++ b/src/input/binary.c @@ -174,7 +174,7 @@ static const struct sr_option *get_options(void) SR_PRIV struct sr_input_module input_binary = { .id = "binary", .name = "Binary", - .desc = "Raw binary", + .desc = "Raw binary logic data", .exts = NULL, .options = get_options, .init = init,