]> sigrok.org Git - libsigrok.git/blobdiff - output/text/hex.c
cli: Fix -V/-h output a bit.
[libsigrok.git] / output / text / hex.c
index fb5ca0073dc4dbddf9279b787b3728ad2aaeedb2..0d2c07784a93e84fc2d712b74a4abe42dd69007e 100644 (file)
@@ -94,7 +94,7 @@ SR_PRIV int data_hex(struct sr_output *o, const char *data_in,
 
 SR_PRIV struct sr_output_format output_text_hex = {
        .id = "hex",
-       .description = "Hexadecimal (takes argument, default 192)",
+       .description = "Hexadecimal",
        .df_type = SR_DF_LOGIC,
        .init = init_hex,
        .data = data_hex,