fix start.ini
This commit is contained in:
parent
484aa94cd0
commit
42387785bd
|
@ -13,9 +13,9 @@
|
|||
# as arguments, which may be either:
|
||||
# + A property like: name=value
|
||||
# + Activation of an option: OPTION=option
|
||||
+ The declaration of a new option: DEFINE=option
|
||||
+ An option dependency: DEPEND=option,option
|
||||
+ An option exclusion: EXCLUDE=option,option
|
||||
# + The declaration of a new option: DEFINE=option
|
||||
# + An option dependency: DEPEND=option,option
|
||||
# + An option exclusion: EXCLUDE=option,option
|
||||
# + A file of properties like: /etc/myjetty.properties
|
||||
# + An XML configuration file like: etc/jetty-feature.xml
|
||||
# + A start.jar option like: --dry-run
|
||||
|
|
Loading…
Reference in New Issue