From 24a28abedc5b8877de990b9ac7eec0c1c854d468 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 3 Jun 2026 13:32:00 +0200 Subject: [PATCH] rename option to --noskipdemo which is what it ought to have been --- recorder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recorder.c b/recorder.c index 52c3967..7e38249 100644 --- a/recorder.c +++ b/recorder.c @@ -1593,7 +1593,7 @@ int main(int argc, char **argv) while (1) { static struct option long_options[] = { { "help", no_argument, 0, 'h'}, - { "skipdemo", no_argument, 0, 'D'}, + { "noskipdemo", no_argument, 0, 'D'}, { "norevgeo", no_argument, 0, 'G'}, #if WITH_MQTT { "useretained", no_argument, 0, 'R'},