]> sigrok.org Git - libsigrok.git/blobdiff - src/input/vcd.c
input/output: Slightly improved module descriptions.
[libsigrok.git] / src / input / vcd.c
index 5051f0e37d8bb97b20c67dc8a50f88bb381050a3..26cce118e2f17240ac7a89dbd369c032dea3fa76 100644 (file)
@@ -648,7 +648,7 @@ static const struct sr_option *get_options(void)
 SR_PRIV struct sr_input_module input_vcd = {
        .id = "vcd",
        .name = "VCD",
-       .desc = "Value Change Dump",
+       .desc = "Value Change Dump data",
        .exts = (const char*[]){"vcd", NULL},
        .metadata = { SR_INPUT_META_HEADER | SR_INPUT_META_REQUIRED },
        .options = get_options,