diff --git a/picocli-shell-jline3/README.md b/picocli-shell-jline3/README.md index 7c8f0a852..cdfaa2b3a 100644 --- a/picocli-shell-jline3/README.md +++ b/picocli-shell-jline3/README.md @@ -119,7 +119,7 @@ import java.util.function.Supplier; * Example that demonstrates how to build an interactive shell with JLine3 and picocli. * This example requires JLine 3.16+ and picocli 4.4+. *

- * The {@code PicocliCommands.ClearScreen} was introduced in picocli 4.6. + * The built-in {@code PicocliCommands.ClearScreen} command was introduced in picocli 4.6. *

*/ public class Example { diff --git a/picocli-shell-jline3/src/test/java/picocli/shell/jline3/example/Example.java b/picocli-shell-jline3/src/test/java/picocli/shell/jline3/example/Example.java index 4f83e05c3..3a0f4d09c 100644 --- a/picocli-shell-jline3/src/test/java/picocli/shell/jline3/example/Example.java +++ b/picocli-shell-jline3/src/test/java/picocli/shell/jline3/example/Example.java @@ -29,7 +29,7 @@ * Example that demonstrates how to build an interactive shell with JLine3 and picocli. * This example requires JLine 3.16+ and picocli 4.4+. *

- * The {@code PicocliCommands.ClearScreen} was introduced in picocli 4.6. + * The built-in {@code PicocliCommands.ClearScreen} command was introduced in picocli 4.6. *

*/ public class Example {