Skip to content

v0.2.49..v0.2.50 changeset CropRandomCmd.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp b/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp
index 81af468..f798c49 100644
--- a/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp
+++ b/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp
@@ -52,7 +52,7 @@ public:
   virtual QString getName() const override { return "crop-random"; }
 
   virtual QString getDescription() const override
-  { return "Crops out a random section of data based on a given node size (experimental)"; }
+  { return "Crops out a random section of a map (experimental)"; }
 
   virtual QString getType() const { return "rnd"; }
 
Clone this wiki locally