Skip to content

v0.2.49..v0.2.50 changeset WriteNameCountsCmd.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/WriteNameCountsCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/WriteNameCountsCmd.cpp
index 8a112b0..f3c8c66 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/WriteNameCountsCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/WriteNameCountsCmd.cpp
@@ -57,7 +57,7 @@ public:
   virtual QString getName() const override { return "write-name-counts"; }
 
   virtual QString getDescription() const override
-  { return "Writes name tag counts to a database file"; }
+  { return "Writes name tag counts for a map"; }
 
   virtual int runSimple(QStringList& args) override
   {
Clone this wiki locally