This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit a7c014e6504d8fae0a344b4b16890ac6c080ab79
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Dec 20 02:27:40 2020 +0100

    Fixed typo
---
 src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java 
b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
index c2da7eb..b0b273b 100644
--- a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
@@ -106,7 +106,7 @@ public class JLinkMojo
      * These JVM arguments will be appended to the {@code lib/modules} 
file.<br>
      * <strong>This parameter requires at least JDK 14.<br></strong>
      *
-     * <p>The command line equivalent is: {@code jlink --add-options="…"}.</p>
+     * <p>The command line equivalent is: {@code jlink 
--add-options="..."}.</p>
      *
      * <p>Example:</p>
      *

Reply via email to