Commit 7ae2ba9b authored by Federico Vaga's avatar Federico Vaga

[doc] fald-simple-acq.c: improve help string about internal channel source

The channel index is zero-based, so the first channel is "channel 0". The
help string was ambiguous.
Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent b1a548d3
......@@ -28,7 +28,7 @@ static void fald_help()
printf(" --delay|-d <value>: set the ticks delay of the trigger\n");
printf(" --threshold|-t <value>: set internal trigger threshold\n");
printf(" --channel|-c <value>: select the internal channel as "
"trigger\n");
"trigger (0-based index)\n");
printf(" --external: set to external trigger. The default is the "
"internal trigger.\n");
printf(" --negative-edge: set internal trigger polarity to negative "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment