Skip to content

v0.2.49..v0.2.50 changeset CropCmd.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/CropCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/CropCmd.cpp
index d2bd7fc..779bac3 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/CropCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/CropCmd.cpp
@@ -30,7 +30,7 @@
 #include <hoot/core/cmd/BoundedCommand.h>
 #include <hoot/core/ops/MapCropper.h>
 #include <hoot/core/elements/OsmMap.h>
-#include <hoot/core/util/IoUtils.h>
+#include <hoot/core/io/IoUtils.h>
 #include <hoot/core/io/OsmMapWriterFactory.h>
 #include <hoot/core/util/GeometryUtils.h>
 #include <hoot/core/util/ConfigOptions.h>
@@ -54,7 +54,7 @@ public:
 
   virtual QString getName() const override { return "crop"; }
 
-  virtual QString getDescription() const override { return "Crops a map to a geospatial bounds"; }
+  virtual QString getDescription() const override { return "Crops a map to a bounds"; }
 
   virtual int runSimple(QStringList& args) override
   {
Clone this wiki locally