fix typo in help descriptions

closes #423
This commit is contained in:
Jan-Piet Mens 2023-09-27 11:30:34 +02:00
parent f5da23612d
commit 78b539d235
2 changed files with 2 additions and 2 deletions

2
ocat.c
View File

@ -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");

View File

@ -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");