owntracks / recorder

Store and access data published by OwnTracks apps
Other
820 stars 120 forks source link

typo in -help reverge-geo lookups #423

Closed artlog closed 9 months ago

artlog commented 9 months ago

There is a small typo in help :

ot-recorder -h

--norevgeo -G disable ghash to reverge-geo lookups

find . -type f | xargs grep reverge
./ocat.c:   printf("  --norevgeo        -G      disable ghash to reverge-geo lookups\n");
./recorder.c:   printf("  --norevgeo        -G     disable ghash to reverge-geo lookups\n");

i think this should read reverse-geo

jpmens commented 9 months ago

Thank you, @artlog. Well, that went a while without detection! :-)