From b46a5fa4b8cfb92e6d9e6b47b927515a2d537869 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 14 Aug 2011 10:59:47 -0700 Subject: [PATCH] README --- README.md | 9 ++++++++- sbt | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bafdfc263..642afd01a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ +sbt: the rebel cut +================== + An alternative script for running [[sbt 0.10|https://github.com/harrah/xsbt]]. +There's also a template project sbt coming together, but it's unfinished. +However the runner is quite useful already. + ./sbt -help @@ -23,7 +29,8 @@ Usage: sbt [options] -Dkey=val pass -Dkey=val directly to the jvm -J-X pass option -X directly to the jvm (-J is stripped) -The defaults list for JAVA_OPTS and SBT_OPTS are only given if the +The defaults given for JAVA_OPTS and SBT_OPTS are only used if the corresponding variable is unset. In the case of a duplicated option, SBT_OPTS takes precedence over JAVA_OPTS, and command line options take precedence over both. + diff --git a/sbt b/sbt index cf4152220..ae5726c45 100755 --- a/sbt +++ b/sbt @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# A more capable sbt runner, coincidentally called sbt. +# A more capable sbt runner, coincidentally also called sbt. # Author: Paul Phillips set -e @@ -61,7 +61,7 @@ Usage: $script_name [options] -Dkey=val pass -Dkey=val directly to the jvm -J-X pass option -X directly to the jvm (-J is stripped) -The defaults list for JAVA_OPTS and SBT_OPTS are only given if the +The defaults given for JAVA_OPTS and SBT_OPTS are only used if the corresponding variable is unset. In the case of a duplicated option, SBT_OPTS takes precedence over JAVA_OPTS, and command line options take precedence over both.