415826 start.jar replace --enable with --module-ini

Fixed up comments in start.ini
This commit is contained in:
Greg Wilkins 2013-08-30 16:30:39 +10:00
parent 5948e8c7c2
commit c9ddc8f345
1 changed files with 9 additions and 4 deletions

View File

@ -21,10 +21,15 @@
# + A JVM option like: -Xmx2000m
# + A System Property like: -Dcom.sun.management.jmxremote
#
# The options --initialize can be used to create a template
# start.d/module.ini file for defined modules. For example
# to create an ini template for https use
# java -jar start.jar --initialize=https
# The --module-start-ini=module option can be used to append
# a configuration template for a module to start.ini
# The --module-ini=module option can be used to creat
# a configuration template for a module in start.d/module.ini
# For example configure and run with SPDY use
#
# java -jar start.jar --module-ini=spdy
# $EDITOR start.d/spdy.ini
# java -jar start.jar
#
#===========================================================