]> sigrok.org Git - libsigrok.git/blobdiff - src/input/binary.c
input modules: Improve option names and descriptions.
[libsigrok.git] / src / input / binary.c
index 013621373c71dd4eed995c19980fed76c1b13cbc..52e1da36e62c06d2a20202e27af957c22033381f 100644 (file)
@@ -153,8 +153,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
 };