mirror of https://github.com/sbt/sbt.git
Merge pull request #7081 from SethTisue/fix-help-text
fix -debug-inc help text
This commit is contained in:
commit
4318386f70
|
|
@ -972,7 +972,7 @@ echo --numeric-version print the numeric sbt version (sbt sbtVersion)
|
||||||
echo --script-version print the version of sbt script
|
echo --script-version print the version of sbt script
|
||||||
echo -d ^| --debug set sbt log level to debug
|
echo -d ^| --debug set sbt log level to debug
|
||||||
echo -debug-inc ^| --debug-inc
|
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 --no-colors disable ANSI color codes
|
||||||
echo --color=auto^|always^|true^|false^|never
|
echo --color=auto^|always^|true^|false^|never
|
||||||
echo enable or disable ANSI color codes ^(sbt 1.3 and above^)
|
echo enable or disable ANSI color codes ^(sbt 1.3 and above^)
|
||||||
|
|
|
||||||
2
sbt
2
sbt
|
|
@ -546,7 +546,7 @@ Usage: `basename "$0"` [options]
|
||||||
shutdownall shutdown all running sbt-launch processes
|
shutdownall shutdown all running sbt-launch processes
|
||||||
-d | --debug set sbt log level to debug
|
-d | --debug set sbt log level to debug
|
||||||
-debug-inc | --debug-inc
|
-debug-inc | --debug-inc
|
||||||
enable extra debugging for the incremental debugger
|
enable extra debugging for the incremental compiler
|
||||||
--no-colors disable ANSI color codes
|
--no-colors disable ANSI color codes
|
||||||
--color=auto|always|true|false|never
|
--color=auto|always|true|false|never
|
||||||
enable or disable ANSI color codes (sbt 1.3 and above)
|
enable or disable ANSI color codes (sbt 1.3 and above)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue