8173667: Update command line help for -public -protected -package -private options

Reviewed-by: jjg
This commit is contained in:
Kumar Srinivasan 2017-02-02 10:50:14 -08:00
parent 04de18856a
commit a7038c6099

View File

@ -33,16 +33,20 @@ main.usage=Usage:\n\
where options include:
main.opt.public.desc=\
Show only public classes and members
Show only public types and members. For named modules,\n\
show exported packages and the module''s API.
main.opt.protected.desc=\
Show protected/public classes and members (default)
Show protected/public types and members (default). For\n\
named modules, show exported packages and the module''s API.
main.opt.package.desc=\
Show package/protected/public classes and members
Show package/protected/public types and members. For \n\
named modules, show all packages and all module details.
main.opt.private.desc=\
Show all classes and members
Show all types and members. For named modules,\n\
show all packages and all module details.
main.opt.show.members.arg=\
<value>