]> sigrok.org Git - libsigrok.git/blobdiff - src/output/hex.c
input/output: Slightly improved module descriptions.
[libsigrok.git] / src / output / hex.c
index 708f6054c22204a8f7cdd91d74bd71becd982872..8fcfcea456357c149fa80967356ef772b611383e 100644 (file)
@@ -252,7 +252,7 @@ static const struct sr_option *get_options(void)
 SR_PRIV struct sr_output_module output_hex = {
        .id = "hex",
        .name = "Hexadecimal",
-       .desc = "Hexadecimal digits",
+       .desc = "Hexadecimal digits logic data",
        .exts = (const char*[]){"txt", NULL},
        .flags = 0,
        .options = get_options,