From d72630e5b94fa75a81c674b44098b89b24fd167f Mon Sep 17 00:00:00 2001 From: matlabbe Date: Sun, 8 Dec 2024 18:03:30 -0800 Subject: [PATCH] removed unused options --- tools/Export/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/Export/main.cpp b/tools/Export/main.cpp index 0b09bf7f6c..a4b417eb7d 100644 --- a/tools/Export/main.cpp +++ b/tools/Export/main.cpp @@ -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"