rename option to --noskipdemo which is what it ought to have been

This commit is contained in:
Jan-Piet Mens
2026-06-03 13:32:00 +02:00
parent 7f7f858121
commit 24a28abedc
+1 -1
View File
@@ -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'},