mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-27 16:57:21 +00:00
rename option to --noskipdemo which is what it ought to have been
This commit is contained in:
+1
-1
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user