Skip to content

Commit

Permalink
Update prominence help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
akirmse committed Mar 15, 2024
1 parent 21e5ebf commit e033499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/prominence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static const int NO_UTM_ZONE = -1;
static void usage() {
printf("Usage:\n");
printf(" prominence [options] min_lat max_lat min_lng max_lng\n");
printf(" where coordinates are integer degrees\n");
printf(" where coordinates are on tile boundaries\n");
printf("\n");
printf(" Options:\n");
printf(" -i directory Directory with terrain data\n");
Expand Down

0 comments on commit e033499

Please sign in to comment.