mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 18:08:28 -07:00
rename option --skipdemo renamed to --noskipdemo
This commit is contained in:
parent
c274c14de5
commit
5b7d32cc72
@ -1074,7 +1074,7 @@ void usage(char *prog)
|
||||
printf(" --help -h this message\n");
|
||||
printf(" --storage -S storage dir (%s)\n", STORAGEDEFAULT);
|
||||
printf(" --norevgeo -G disable ghash to reverge-geo lookups\n");
|
||||
printf(" --skipdemo -D do handle objects with _demo (default: don't)\n");
|
||||
printf(" --noskipdemo -D do handle objects with _demo (default: don't)\n");
|
||||
#if WITH_MQTT
|
||||
printf(" --useretained -R process retained messages (default: no)\n");
|
||||
printf(" --clientid -i MQTT client-ID\n");
|
||||
|
Loading…
Reference in New Issue
Block a user