rename option --skipdemo renamed to --noskipdemo

This commit is contained in:
Jan-Piet Mens 2016-03-01 17:27:53 +01:00
parent c274c14de5
commit 5b7d32cc72

View File

@ -1074,7 +1074,7 @@ void usage(char *prog)
printf(" --help -h this message\n"); printf(" --help -h this message\n");
printf(" --storage -S storage dir (%s)\n", STORAGEDEFAULT); printf(" --storage -S storage dir (%s)\n", STORAGEDEFAULT);
printf(" --norevgeo -G disable ghash to reverge-geo lookups\n"); 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 #if WITH_MQTT
printf(" --useretained -R process retained messages (default: no)\n"); printf(" --useretained -R process retained messages (default: no)\n");
printf(" --clientid -i MQTT client-ID\n"); printf(" --clientid -i MQTT client-ID\n");