Skip to content

Commit

Permalink
Add info to oat_create_areas help output that -O is needed for -D.
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jun 13, 2018
1 parent 1861aa8 commit 570c525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oat_create_areas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void print_help() {
<< " -C, --collect-only Only collect data, don't assemble areas\n"
<< " -f, --only-invalid Filter out valid geometries\n"
<< " -d, --debug[=LEVEL] Set area assembler debug level\n"
<< " -D, --dump-areas[=FILE] Dump areas to file (default: stdout)\n"
<< " -D, --dump-areas[=FILE] Dump areas to file (default: stdout, also needs -o)\n"
<< " -e, --empty-areas Create empty areas for broken geometries\n"
<< " -h, --help This help message\n"
<< " -i, --index=INDEX_TYPE Set index type for location index (default: sparse_mmap_array)\n"
Expand Down

0 comments on commit 570c525

Please sign in to comment.