Skip to content

Commit e484b8a

Browse files
tsudukimAndrew Or
authored and
Andrew Or
committed
[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 (cherry picked from commit 96786e3) Signed-off-by: Andrew Or <andrew@databricks.com>
1 parent aec20af commit e484b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sbt/sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Usage: $script_name [options]
7171
-Dkey=val pass -Dkey=val directly to the java runtime
7272
-J-X pass option -X directly to the java runtime
7373
(-J is stripped)
74-
-S-X add -X to sbt's scalacOptions (-J is stripped)
75-
-PmavenProfiles Enable a maven profile for the build.
74+
-S-X add -X to sbt's scalacOptions (-S is stripped)
75+
-PmavenProfiles Enable a maven profile for the build.
7676
7777
In the case of duplicated or conflicting options, the order above
7878
shows precedence: JAVA_OPTS lowest, command line options highest.

0 commit comments

Comments
 (0)