Skip to content

v0.2.49..v0.2.50 changeset ChangesetDeriveCmd.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetDeriveCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetDeriveCmd.cpp
index 7689bbb..9fd7379 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetDeriveCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetDeriveCmd.cpp
@@ -49,7 +49,8 @@ public:
 
   virtual QString getName() const override { return "changeset-derive"; }
 
-  virtual QString getDescription() const override { return "Creates an OSM changeset"; }
+  virtual QString getDescription() const override
+  { return "Creates an OSM changeset representing the difference between two maps"; }
 
   virtual int runSimple(QStringList& args) override
   {
Clone this wiki locally