fix -debug-inc help text

This commit is contained in:
Seth Tisue 2022-11-30 13:46:47 -06:00
parent 01a501f4f7
commit 49af47b9f8
2 changed files with 2 additions and 2 deletions

View File

@ -972,7 +972,7 @@ echo --numeric-version print the numeric sbt version (sbt sbtVersion)
echo --script-version print the version of sbt script
echo -d ^| --debug set sbt log level to debug
echo -debug-inc ^| --debug-inc
echo enable extra debugging for the incremental debugger
echo enable extra debugging for the incremental compiler
echo --no-colors disable ANSI color codes
echo --color=auto^|always^|true^|false^|never
echo enable or disable ANSI color codes ^(sbt 1.3 and above^)

2
sbt
View File

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