mirror of https://github.com/sbt/sbt.git
whitespace fix
This commit is contained in:
parent
a85b486b4c
commit
05ea7eedc5
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
# Path to shared boot directory (default: ~/.sbt/boot in 0.11 series)
|
||||
#
|
||||
#-sbt-boot ~/.sbt/boot
|
||||
#-sbt-boot ~/.sbt/boot
|
||||
|
||||
# Path to local Ivy repository (default: ~/.ivy2)
|
||||
#
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
# set memory options
|
||||
#
|
||||
#-mem <integer>
|
||||
#-mem <integer>
|
||||
|
||||
# Use local caches for projects, no sharing.
|
||||
#
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
# Scala version (default: latest release)
|
||||
#
|
||||
#-scala-home <path>
|
||||
#-scala-home <path>
|
||||
#-scala-version <version>
|
||||
|
||||
# java version (default: java from PATH, currently $(java -version |& grep version))
|
||||
|
|
|
|||
Loading…
Reference in New Issue