Skip to content

Commit

Permalink
[SPARK-4701] Typo in sbt/sbt
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tsudukim authored and Andrew Or committed Dec 3, 2014
1 parent a975dc3 commit 96786e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbt/sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 96786e3

Please sign in to comment.