Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8189385

colon-semicolon discrepancy between command docs and usage message

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • docs
    • None

      java -help gives:
      """ --module-path <module path>...
                        A : separated list of directories, each directory
                        is a directory of modules.
      """
      but the tool docs https://docs.oracle.com/javase/9/tools/java.htm#JSWOR624 give:

      """--module-path module path... or -p module path
      Searches for directories from a semicolon-separated (;) list of directories. Each directory is a directory of modules.
      """

      Increasing the colon-semicolon confusion!

      These should be fixed to be consistent and correct.

            cwayne Clifford Wayne (Inactive)
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: