Extra spaces in jlink documentation make it incorrect.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 24
    • Affects Version/s: 9, 10, 11, 24
    • Component/s: tools
    • b08

        the jlink doc as shown in https://docs.oracle.com/javase/9/tools/jlink.htm and https://docs.oracle.com/javase/10/tools/jlink.htm shows:

        --add-modules mod [,mod...]
        and
        --limit-modules mod [,mod...]

        with a space between "mod" and "[,mod..." which would make the command fail.

        The output of jlink --help (at least in JDK 11) shows the correct values:

        --add-modules <mod>[,<mod>...]
        and
        --limit-modules <mod>[,<mod>...]

        with no spaces.

              Assignee:
              Sundararajan Athijegannathan
              Reporter:
              Aurelio Garcia-Ribeyro
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated:
                Resolved: