Document LEIN_JVM_OPTS. Closes #1261.

This commit is contained in:
Jean Niklas L'orange 2013-07-25 16:08:15 +02:00
parent ae161bac8a
commit 492bec07dc

View file

@ -355,6 +355,7 @@
;; DEBUG - increased verbosity
;; LEIN_HOME - directory in which to look for user settings
;; LEIN_SNAPSHOTS_IN_RELEASE - allow releases to depend on snapshots
;; LEIN_JVM_OPTS - tweak speed of plugins or fix compatibility with old Java versions
;; LEIN_REPL_HOST - interface on which to connect to nREPL server
;; LEIN_REPL_PORT - port on which to start or connect to nREPL server
;; LEIN_OFFLINE - equivalent of :offline? true but works for plugins