From 55cae893f02455a2a00491f9b8f165996e672ee3 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Tue, 13 May 2025 23:51:16 +0200 Subject: [PATCH] Fix definition of -B/--mapa2b command line option It doesn't accept an argument. --- tests/rigctlsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rigctlsync.c b/tests/rigctlsync.c index a576b3af2..3ce8a6599 100644 --- a/tests/rigctlsync.c +++ b/tests/rigctlsync.c @@ -80,7 +80,7 @@ * NB: do NOT use -W since it's reserved by POSIX. * TODO: add an option to read from a file */ -#define SHORT_OPTIONS "B:m:M:r:R:p:d:P:D:s:S:c:C:lLuvhVZ" +#define SHORT_OPTIONS "Bm:M:r:R:p:d:P:D:s:S:c:C:lLuvhVZ" static struct option long_options[] = { {"mapa2b", 0, 0, 'B'},