summaryrefslogtreecommitdiff
path: root/core/src/mill/util/Logger.scala
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/mill/util/Logger.scala')
-rw-r--r--core/src/mill/util/Logger.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/mill/util/Logger.scala b/core/src/mill/util/Logger.scala
index 17c66d27..9b815516 100644
--- a/core/src/mill/util/Logger.scala
+++ b/core/src/mill/util/Logger.scala
@@ -22,8 +22,8 @@ import ammonite.util.Colors
*
* Also contains the two forwarded stdout and stderr streams, for code executed
* by Mill to use directly. Typically these correspond to the stdout and stderr,
- * but when `--show` is used both are forwarded to stderr and stdout is only
- * used to display the final `--show` output for easy piping.
+ * but when `show` is used both are forwarded to stderr and stdout is only
+ * used to display the final `show` output for easy piping.
*/
trait Logger {
def colored: Boolean