Commit 55025b71 authored by Lucas Russo's avatar Lucas Russo

examples/trigger.c: fix "dirpol" option description

parent fa4142be
......@@ -63,7 +63,7 @@ void print_help (char *program_name)
" -t --transmsrc <Transmit source for the selected channel = [0 = trigger backplane, 1 = FPGA internal]> \n"
" -u --transmsel <Transmit selection source for the selected channel = [TBD]> \n"
" -d --dir <Trigger direction = [0 = FPGA Output, 1 = FPGA Input]> \n"
" -x --dirpol <Trigger direction = [0 = FPGA Output, 1 = FPGA Input]> \n",
" -x --dirpol <Trigger direction polarity = [0 = Polarity unchanged, 1 = Polarity reversed]> \n",
program_name);
}
......
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