Skip to content

Commit 49af47b

Browse files
committed
fix -debug-inc help text
1 parent 01a501f commit 49af47b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

launcher-package/src/universal/bin/sbt.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ echo --numeric-version print the numeric sbt version (sbt sbtVersion)
972972
echo --script-version print the version of sbt script
973973
echo -d ^| --debug set sbt log level to debug
974974
echo -debug-inc ^| --debug-inc
975-
echo enable extra debugging for the incremental debugger
975+
echo enable extra debugging for the incremental compiler
976976
echo --no-colors disable ANSI color codes
977977
echo --color=auto^|always^|true^|false^|never
978978
echo enable or disable ANSI color codes ^(sbt 1.3 and above^)

sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ Usage: `basename "$0"` [options]
546546
shutdownall shutdown all running sbt-launch processes
547547
-d | --debug set sbt log level to debug
548548
-debug-inc | --debug-inc
549-
enable extra debugging for the incremental debugger
549+
enable extra debugging for the incremental compiler
550550
--no-colors disable ANSI color codes
551551
--color=auto|always|true|false|never
552552
enable or disable ANSI color codes (sbt 1.3 and above)

0 commit comments

Comments
 (0)