File tree 2 files changed +2
-2
lines changed
launcher-package/src/universal/bin
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -972,7 +972,7 @@ echo --numeric-version print the numeric sbt version (sbt sbtVersion)
972
972
echo --script-version print the version of sbt script
973
973
echo -d ^ | --debug set sbt log level to debug
974
974
echo -debug-inc ^ | --debug-inc
975
- echo enable extra debugging for the incremental debugger
975
+ echo enable extra debugging for the incremental compiler
976
976
echo --no-colors disable ANSI color codes
977
977
echo --color=auto^ |always^ |true^ |false^ |never
978
978
echo enable or disable ANSI color codes ^ (sbt 1.3 and above^ )
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ Usage: `basename "$0"` [options]
546
546
shutdownall shutdown all running sbt-launch processes
547
547
-d | --debug set sbt log level to debug
548
548
-debug-inc | --debug-inc
549
- enable extra debugging for the incremental debugger
549
+ enable extra debugging for the incremental compiler
550
550
--no-colors disable ANSI color codes
551
551
--color=auto|always|true|false|never
552
552
enable or disable ANSI color codes (sbt 1.3 and above)
You can’t perform that action at this time.
0 commit comments