From f52007d02dbb58b7f0c41e25f9c83003b8c32c71 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Tue, 20 Oct 2020 16:20:05 -0500 Subject: [PATCH] Fix twiddle short command --- tests/rigctld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rigctld.c b/tests/rigctld.c index 4d1e24957..b28cfe78b 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -107,7 +107,7 @@ static struct option long_options[] = {"verbose", 0, 0, 'v'}, {"help", 0, 0, 'h'}, {"version", 0, 0, 'V'}, - {"twiddle_timeout", 1, 0, 'X'}, + {"twiddle_timeout", 1, 0, 'W'}, {"debug-time-stamps", 0, 0, 'Z'}, {0, 0, 0, 0} }; @@ -514,7 +514,7 @@ int main(int argc, char *argv[]) dump_caps_opt++; break; - case 'X': + case 'W': if (!optarg) { usage(); /* wrong arg count */