Skip to content

Commit

Permalink
removed unused options
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 9, 2024
1 parent ba9084f commit d72630e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/Export/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ void showUsage()
" --ymax # Maximum range on Y axis to keep nodes to export.\n"
" --zmin # Minimum range on Z axis to keep nodes to export.\n"
" --zmax # Maximum range on Z axis to keep nodes to export.\n"
" --split_x # Export the map in # parts along x-axis. Can be combined with split_y and split_z.\n"
" --split_y # Export the map in # parts along y-axis. Can be combined with split_x and split_z.\n"
" --split_z # Export the map in # parts along z-axis. Can be combined with split_x and split_y.\n"
" --filter_ceiling # Filter points over a custom height (default 0 m, 0=disabled).\n"
" --filter_floor # Filter points below a custom height (default 0 m, 0=disabled).\n"

Expand Down

0 comments on commit d72630e

Please sign in to comment.