You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/20 01:34:44 UTC

[maven-jlink-plugin] 05/07: Fixed typo

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 <sl...@apache.org>
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>
      *