aboutsummaryrefslogtreecommitdiff
path: root/sbt
diff options
context:
space:
mode:
authorMasayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp>2014-12-03 12:08:00 -0800
committerAndrew Or <andrew@databricks.com>2014-12-03 12:08:00 -0800
commit96786e3ee53a13a57463b74bec0e77b172f719a3 (patch)
tree29ce4b2d002cc1c2cb3a5178d3c171e76fb565c0 /sbt
parenta975dc32799bb8a14f9e1c76defaaa7cfbaf8b53 (diff)
downloadspark-96786e3ee53a13a57463b74bec0e77b172f719a3.tar.gz
spark-96786e3ee53a13a57463b74bec0e77b172f719a3.tar.bz2
spark-96786e3ee53a13a57463b74bec0e77b172f719a3.zip
[SPARK-4701] Typo in sbt/sbt
Modified typo. Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Closes #3560 from tsudukim/feature/SPARK-4701 and squashes the following commits: ed2a3f1 [Masayoshi TSUZUKI] Another whitespace position error. 1af3a35 [Masayoshi TSUZUKI] [SPARK-4701] Typo in sbt/sbt
Diffstat (limited to 'sbt')
-rwxr-xr-xsbt/sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbt/sbt b/sbt/sbt
index c172fa74bc..0a251d97db 100755
--- a/sbt/sbt
+++ b/sbt/sbt
@@ -71,8 +71,8 @@ Usage: $script_name [options]
-Dkey=val pass -Dkey=val directly to the java runtime
-J-X pass option -X directly to the java runtime
(-J is stripped)
- -S-X add -X to sbt's scalacOptions (-J is stripped)
- -PmavenProfiles Enable a maven profile for the build.
+ -S-X add -X to sbt's scalacOptions (-S is stripped)
+ -PmavenProfiles Enable a maven profile for the build.
In the case of duplicated or conflicting options, the order above
shows precedence: JAVA_OPTS lowest, command line options highest.