From e34ae180a23a99f4dcff3e6b67310029189f04e9 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Tue, 13 May 2025 23:48:58 +0200 Subject: [PATCH] Remove unused definition of -z command line option --- tests/rigctld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rigctld.c b/tests/rigctld.c index e0e12e354..c0754acb6 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -81,7 +81,7 @@ * keep up to date SHORT_OPTIONS, usage()'s output and man page. thanks. * TODO: add an option to read from a file */ -#define SHORT_OPTIONS "m:r:p:d:P:D:s:S:c:T:t:C:W:w:x:z:lLuovhVZRA:b" +#define SHORT_OPTIONS "m:r:p:d:P:D:s:S:c:T:t:C:W:w:x:lLuovhVZRA:b" static struct option long_options[] = { {"model", 1, 0, 'm'},