X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fhex.c;h=8fcfcea456357c149fa80967356ef772b611383e;hb=b20eb52055042a1a1dd61d928a3f3a4b706c7d01;hp=708f6054c22204a8f7cdd91d74bd71becd982872;hpb=9a4fd01af84ac4739074c0e27b5ef3cb43637215;p=libsigrok.git diff --git a/src/output/hex.c b/src/output/hex.c index 708f6054..8fcfcea4 100644 --- a/src/output/hex.c +++ b/src/output/hex.c @@ -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,