]> sigrok.org Git - libsigrok.git/blobdiff - src/input/chronovu_la8.c
input modules: Improve option names and descriptions.
[libsigrok.git] / src / input / chronovu_la8.c
index 531258ff947835a425a5105b33e7827b7f6f2ea4..c654f242e37f2e6df6079a7e1795965afbc656fc 100644 (file)
@@ -164,8 +164,8 @@ static int reset(struct sr_input *in)
 }
 
 static struct sr_option options[] = {
-       { "numchannels", "Number of channels", "Number of channels", NULL, NULL },
-       { "samplerate", "Sample rate", "Sample rate", NULL, NULL },
+       { "numchannels", "Number of logic channels", "The number of (logic) channels in the data", NULL, NULL },
+       { "samplerate", "Sample rate (Hz)", "The sample rate of the (logic) data in Hz", NULL, NULL },
        ALL_ZERO
 };