Merge pull request #7081 from SethTisue/fix-help-text

fix -debug-inc help text
This commit is contained in:
eugene yokota 2022-11-30 18:41:15 -05:00 committed by GitHub
commit 4318386f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)