8210561: Command-line help wrong for javac --module
Reviewed-by: darcy
This commit is contained in:
parent
eeca4576d2
commit
24a316f0b1
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -44,7 +44,7 @@ javac.opt.modulepath=\
|
||||
javac.opt.sourcepath=\
|
||||
Specify where to find input source files
|
||||
javac.opt.m=\
|
||||
Compile only the specified module, check timestamps
|
||||
Compile only the specified module(s), check timestamps
|
||||
javac.opt.modulesourcepath=\
|
||||
Specify where to find input source files for multiple modules
|
||||
javac.opt.bootclasspath=\
|
||||
@ -108,7 +108,7 @@ javac.opt.arg.path=\
|
||||
javac.opt.arg.mspath=\
|
||||
<module-source-path>
|
||||
javac.opt.arg.m=\
|
||||
<module-name>
|
||||
<module>(,<module>)*
|
||||
javac.opt.arg.jdk=\
|
||||
<jdk>|none
|
||||
javac.opt.arg.dirs=\
|
||||
|
Loading…
Reference in New Issue
Block a user