diff --git a/jOOQ-codegen/src/main/java/org/jooq/codegen/GenerationTool.java b/jOOQ-codegen/src/main/java/org/jooq/codegen/GenerationTool.java
index 39e9016d18..f2bcec5a64 100644
--- a/jOOQ-codegen/src/main/java/org/jooq/codegen/GenerationTool.java
+++ b/jOOQ-codegen/src/main/java/org/jooq/codegen/GenerationTool.java
@@ -1136,7 +1136,7 @@ public class GenerationTool {
+ "- regular expressions depending on whitespace (Pattern.COMMENTS is turned on!)\n"
+ "- missing or inadequate object qualification\n"
+ "- the object to which the configuration was applied in the past has been dropped\n"
- + "Try turning on DEBUG logging (-X in Maven, and in jOOQ) to get additional info about the schema"
+ + "Try turning on DEBUG logging (-X in Maven, --debug in Gradle, and in jOOQ) to get additional info about the schema"
);
for (Object o : list)