From 55025b71e012cb4c3ba4236c2fedce65fda6a65a Mon Sep 17 00:00:00 2001 From: Lucas Russo <lerwys@gmail.com> Date: Fri, 20 May 2016 14:41:06 -0300 Subject: [PATCH] examples/trigger.c: fix "dirpol" option description --- examples/trigger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/trigger.c b/examples/trigger.c index 2f0d1a1e..c1af9a79 100644 --- a/examples/trigger.c +++ b/examples/trigger.c @@ -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); } -- GitLab