mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
parent
f5da23612d
commit
78b539d235
2
ocat.c
2
ocat.c
@ -74,7 +74,7 @@ void usage(char *prog)
|
||||
printf(" --killdata requires -u and -d\n");
|
||||
#endif
|
||||
printf(" --storage -S storage dir (%s)\n", STORAGEDEFAULT);
|
||||
printf(" --norevgeo -G disable ghash to reverge-geo lookups\n");
|
||||
printf(" --norevgeo -G disable ghash to reverse-geo lookups\n");
|
||||
printf(" --precision ghash precision (dflt: %d)\n", GHASHPREC);
|
||||
printf(" --version -v print version information\n");
|
||||
printf(" --dump / --load [<db>] dump/load content of db (default ghash)\n");
|
||||
|
@ -1392,7 +1392,7 @@ void usage(char *prog)
|
||||
#endif
|
||||
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(" --norevgeo -G disable ghash to reverse-geo lookups\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");
|
||||
|
Loading…
Reference in New Issue
Block a user