Skip to content

v0.2.49..v0.2.50 changeset ExtentCmd.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/ExtentCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/ExtentCmd.cpp
index 598b866..7fa663e 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/ExtentCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/ExtentCmd.cpp
@@ -31,7 +31,7 @@
 #include <hoot/core/cmd/BaseCommand.h>
 #include <hoot/core/visitors/CalculateMapBoundsVisitor.h>
 #include <hoot/core/util/GeometryUtils.h>
-#include <hoot/core/util/IoUtils.h>
+#include <hoot/core/io/IoUtils.h>
 
 using namespace std;
 
@@ -49,8 +49,7 @@ public:
 
   virtual QString getName() const override { return "extent"; }
 
-  virtual QString getDescription() const override
-  { return "Calculates the geospatial bounds of a map"; }
+  virtual QString getDescription() const override { return "Calculates the bounds of a map"; }
 
   virtual int runSimple(QStringList& args) override
   {
Clone this wiki locally