Update help text

sql-rework
Tomasz Golinski 2019-09-24 14:47:49 +02:00
rodzic 7d90252260
commit eafb0353a2
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -19,8 +19,8 @@ Generate stats from Opencaching data or GPX files.
-D print furthest and closest caches
-H file render a heat map to a file
-s n stamp size for a heat map (default = 15)
-e n use exponential to flatten the heat map
-m map chosen map: Poland, Poland_relief, Europe (default = Poland)
-e use exponential to flatten the heat map
-m map chosen map: Poland, Poland_relief, Europe or a name of voivodeship (default = Poland)
-L print all caches
-T print D/T matrix
-O print owner count for found caches

Wyświetl plik

@ -117,8 +117,8 @@ int main(int argc, char** argv) {
std::cout << "\t-D\tprint furthest and closest caches\n";
std::cout << "\t-H file\trender a heat map to a file\n";
std::cout << "\t-s n\tstamp size for a heat map (default = 15)\n";
std::cout << "\t-e n\tuse exponential to flatten the heat map\n";
std::cout << "\t-m map\tchosen map: Poland, Poland_relief, Europe (default = Poland)\n";
std::cout << "\t-e\tuse exponential to flatten the heat map\n";
std::cout << "\t-m map\tchosen map: Poland, Poland_relief, Europe or a name of voivodeship (default = Poland)\n";
std::cout << "\t-L\tprint all caches\n";
std::cout << "\t-T\tprint D/T matrix\n";
std::cout << "\t-O\tprint owner count for found caches\n";