diff --git a/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractDependencyFilterMojo.java b/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractDependencyFilterMojo.java
index d7ac2997c..b2d066b44 100644
--- a/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractDependencyFilterMojo.java
+++ b/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractDependencyFilterMojo.java
@@ -122,8 +122,8 @@ public abstract class AbstractDependencyFilterMojo
protected String excludeTypes;
/**
- * Scope to include. An empty string indicates include all dependencies (default).
- * The selected scope value being interpreted is the scope as
+ * Scope threshold to include. An empty string indicates include all dependencies (default).
+ * The scope threshold value being interpreted is the scope as
* Maven filters for creating a classpath, not as specified in the pom. In summary:
*
runtime
include scope gives runtime and compile dependencies,runtime
exclude scope excludes runtime and compile dependencies,