Commit 5d67af32 authored by Federico Vaga's avatar Federico Vaga Committed by Federico Vaga

fald-acq: fix help

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 5a0505dd
......@@ -38,8 +38,8 @@ void stop_adc(char *called_from);
static void fald_help()
{
printf("\nfald-simple-acq [OPTIONS] <LUN>\n\n");
printf(" <LUN>: LUN identifier (e.g.: \"0\")\n");
printf("\nfald-simple-acq [OPTIONS] 0x<device-id>\n\n");
printf(" <device-id>: FMC identifier (e.g.: \"0x0400\")\n");
printf(" --before|-b <num> number of pre samples\n");
printf(" --after|-a <num> n. of post samples (default: 16)\n");
printf(" --nshots|-n <num> number of trigger shots\n");
......
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